1
0
Fork 0
forked from fun/fun
fun/examples
2025-10-06 04:10:36 +02:00
..
arrays.fun Added basic threading support, changed license back to Apache-2.0 and many fixes. (0.15.0) 2025-09-30 22:52:12 +02:00
arrays_advanced.fun Added basic threading support, changed license back to Apache-2.0 and many fixes. (0.15.0) 2025-09-30 22:52:12 +02:00
arrays_iter.fun Added basic threading support, changed license back to Apache-2.0 and many fixes. (0.15.0) 2025-09-30 22:52:12 +02:00
boolean_decl.fun Added the Float type and many fixes. (0.24.0) 2025-10-04 20:35:59 +02:00
booleans.fun Added the Float type and many fixes. (0.24.0) 2025-10-04 20:35:59 +02:00
builtins_conversions.fun Added basic threading support, changed license back to Apache-2.0 and many fixes. (0.15.0) 2025-09-30 22:52:12 +02:00
builtins_extended.fun Added basic threading support, changed license back to Apache-2.0 and many fixes. (0.15.0) 2025-09-30 22:52:12 +02:00
builtins_maps_and_more.fun Added basic threading support, changed license back to Apache-2.0 and many fixes. (0.15.0) 2025-09-30 22:52:12 +02:00
byte_for_demo.fun Added sha384.fun to std library and alot of fixes. (0.16.3) 2025-10-01 19:08:08 +02:00
cast_demo.fun Added basic threading support, changed license back to Apache-2.0 and many fixes. (0.15.0) 2025-09-30 22:52:12 +02:00
class_constructor.fun Added class inheritance and constructors. (0.16.0) 2025-10-01 01:16:52 +02:00
classes_demo.fun Added more PC/SC stdlib and example code. (0.17.10) 2025-10-03 21:35:28 +02:00
datetime_basic.fun Basic sockets (0.21.0) 2025-10-04 02:52:30 +02:00
exit_example.fun Added EXIT opcode to make it possible to return exit codes to the shell. (0.21.4) 2025-10-04 13:02:29 +02:00
expressions_test.fun Added basic threading support, changed license back to Apache-2.0 and many fixes. (0.15.0) 2025-09-30 22:52:12 +02:00
fail.fun Added backtrace via --trace option and a lot more helpful information for debugging. (0.22.0) 2025-10-04 17:03:41 +02:00
file_io.fun Added basic threading support, changed license back to Apache-2.0 and many fixes. (0.15.0) 2025-09-30 22:52:12 +02:00
file_print_for_file_line_by_line.fun Added basic threading support, changed license back to Apache-2.0 and many fixes. (0.15.0) 2025-09-30 22:52:12 +02:00
floats.fun Added the Float type and many fixes. (0.24.0) 2025-10-04 20:35:59 +02:00
for_range_test.fun Added basic threading support, changed license back to Apache-2.0 and many fixes. (0.15.0) 2025-09-30 22:52:12 +02:00
functions_test.fun Added basic threading support, changed license back to Apache-2.0 and many fixes. (0.15.0) 2025-09-30 22:52:12 +02:00
have_fun.fun Added basic threading support, changed license back to Apache-2.0 and many fixes. (0.15.0) 2025-09-30 22:52:12 +02:00
have_fun_function.fun Added basic threading support, changed license back to Apache-2.0 and many fixes. (0.15.0) 2025-09-30 22:52:12 +02:00
if_else_test.fun Added basic threading support, changed license back to Apache-2.0 and many fixes. (0.15.0) 2025-09-30 22:52:12 +02:00
include_lib.fun Added basic threading support, changed license back to Apache-2.0 and many fixes. (0.15.0) 2025-09-30 22:52:12 +02:00
include_local.fun Added user input support and many fixes. (0.16.5) 2025-10-02 00:53:51 +02:00
include_local_util.fun Added basic threading support, changed license back to Apache-2.0 and many fixes. (0.15.0) 2025-09-30 22:52:12 +02:00
include_namespace.fun Added basic threading support, changed license back to Apache-2.0 and many fixes. (0.15.0) 2025-09-30 22:52:12 +02:00
inheritance_demo.fun Added class inheritance and constructors. (0.16.0) 2025-10-01 01:16:52 +02:00
input_example.fun Added user input support and many fixes. (0.16.5) 2025-10-02 00:53:51 +02:00
loops_break_continue.fun Added basic threading support, changed license back to Apache-2.0 and many fixes. (0.15.0) 2025-09-30 22:52:12 +02:00
md5_demo.fun Added sha384.fun to std library and alot of fixes. (0.16.3) 2025-10-01 19:08:08 +02:00
namespaced_mod.fun Added class inheritance and constructors. (0.16.0) 2025-10-01 01:16:52 +02:00
nested_loops.fun Added basic threading support, changed license back to Apache-2.0 and many fixes. (0.15.0) 2025-09-30 22:52:12 +02:00
objects_basic.fun Added basic threading support, changed license back to Apache-2.0 and many fixes. (0.15.0) 2025-09-30 22:52:12 +02:00
objects_more.fun Added basic threading support, changed license back to Apache-2.0 and many fixes. (0.15.0) 2025-09-30 22:52:12 +02:00
os_env.fun Added basic threading support, changed license back to Apache-2.0 and many fixes. (0.15.0) 2025-09-30 22:52:12 +02:00
pcsc_example.fun Added more PC/SC stdlib and example code. (0.17.10) 2025-10-03 21:35:28 +02:00
process_example.fun Added proc_run() and system() for processes and added to stdlib as class. (0.16.6) 2025-10-02 01:50:53 +02:00
regex_demo.fun Basic sockets (0.21.0) 2025-10-04 02:52:30 +02:00
regex_procedural.fun Basic sockets (0.21.0) 2025-10-04 02:52:30 +02:00
repl_on_error.fun Jump into REPL when executing with --repl-on-error and an error occurs, when the REPL is builtin you will have access to the full stack then. (0.25.0) 2025-10-06 04:10:36 +02:00
sha1_demo.fun The foundation for the internal standard library. (0.16.2) 2025-10-01 03:30:26 +02:00
sha256_demo.fun Added sha384.fun to std library and alot of fixes. (0.16.3) 2025-10-01 19:08:08 +02:00
sha256_str_demo.fun Added sha384.fun to std library and alot of fixes. (0.16.3) 2025-10-01 19:08:08 +02:00
sha384_example.fun Added sha384.fun to std library and alot of fixes. (0.16.3) 2025-10-01 19:08:08 +02:00
sha512_demo.fun Added sha384.fun to std library and alot of fixes. (0.16.3) 2025-10-01 19:08:08 +02:00
sha512_str_demo.fun Added sha384.fun to std library and alot of fixes. (0.16.3) 2025-10-01 19:08:08 +02:00
short_circuit_test.fun Added basic threading support, changed license back to Apache-2.0 and many fixes. (0.15.0) 2025-09-30 22:52:12 +02:00
signed_ints.fun Added the Float type and many fixes. (0.24.0) 2025-10-04 20:35:59 +02:00
stdlib_showcase.fun Added basic PC/SC (WinSCard) smartcard support. (0.17.0) 2025-10-02 20:08:21 +02:00
strings_test.fun Added basic threading support, changed license back to Apache-2.0 and many fixes. (0.15.0) 2025-09-30 22:52:12 +02:00
tcp_http_get.fun Basic sockets (0.21.0) 2025-10-04 02:52:30 +02:00
tcp_http_get_class.fun Bug fixes. (0.21.1) 2025-10-04 03:07:51 +02:00
thread_class_example.fun Added Thread class to stdlib. (0.21.3) 2025-10-04 12:46:53 +02:00
threads_demo.fun Added class inheritance and constructors. (0.16.0) 2025-10-01 01:16:52 +02:00
try_catch_finally.fun Bug fixes. (0.21.1) 2025-10-04 03:07:51 +02:00
try_catch_with_error.fun Bug fixes. (0.21.1) 2025-10-04 03:07:51 +02:00
type_safety.fun Added basic threading support, changed license back to Apache-2.0 and many fixes. (0.15.0) 2025-09-30 22:52:12 +02:00
type_safety_fails.fun Added basic threading support, changed license back to Apache-2.0 and many fixes. (0.15.0) 2025-09-30 22:52:12 +02:00
typeof.fun Added basic threading support, changed license back to Apache-2.0 and many fixes. (0.15.0) 2025-09-30 22:52:12 +02:00
typeof_features.fun Added basic threading support, changed license back to Apache-2.0 and many fixes. (0.15.0) 2025-09-30 22:52:12 +02:00
types_integers.fun Added basic threading support, changed license back to Apache-2.0 and many fixes. (0.15.0) 2025-09-30 22:52:12 +02:00
types_overview.fun Added basic threading support, changed license back to Apache-2.0 and many fixes. (0.15.0) 2025-09-30 22:52:12 +02:00
uint_types.fun Added the Float type and many fixes. (0.24.0) 2025-10-04 20:35:59 +02:00
unix_socket_echo.fun Some more UNIX socket stdlib Fun. (0.21.2) 2025-10-04 12:34:42 +02:00
while_test.fun Added basic threading support, changed license back to Apache-2.0 and many fixes. (0.15.0) 2025-09-30 22:52:12 +02:00