Commit graph

24 commits

Author SHA1 Message Date
15ae8622e1 fix string ops, add string find, fix server.spl not being embedded, move stdlib to spl/, fix a null identity loss 2024-09-09 19:58:59 +02:00
bb4d163b40 delay so other clients can connect to tcp server in test.spl 2024-09-09 17:04:35 +02:00
f86c55dd83 add tcp server 2024-09-09 16:31:35 +02:00
2f8c50e3f0 add threads, add pure.spl, which reimplements some of std_fns.rs in pure spl 2024-09-08 14:27:46 +02:00
2024677225 update version 2024-09-08 12:52:23 +02:00
89e6eff198 replace function <{ args } with function<args> 2024-09-08 12:52:23 +02:00
1290d0a0c3 update test 2024-09-06 19:07:11 +02:00
1fd2647688 fix catch 2024-08-29 09:36:53 +02:00
adabbe0418
feat: add messaging, fix: allow tabs, fix: add =<0-5> methods to arrays
=<0-5> is the counterpart to the normal <0-5> methods used for easier indexing into the first few indexes to allow arrays to be used like tuples
2023-04-10 02:26:21 +02:00
e7317683fa
numerous additions to stdlib, fix test.spl 2023-04-08 17:29:59 +02:00
1dce63794b
Deprecate _ function, Add section on postfix args to README, Add nconcat function. 2023-04-08 09:51:40 +02:00
ab18cdbf35
fixes 2023-03-07 13:27:41 +01:00
e605306ef9
small fixes, add repl 2023-03-06 17:06:01 +01:00
1e68b5340c
use out of bounds exceptions 2023-03-06 15:11:29 +01:00
954f817437
more http progress 2023-03-06 14:56:49 +01:00
75a54d3dfd
replace http with net:http, add net module 2023-03-06 04:28:51 +01:00
e093c11558
bug fixes, improve speed, add basic http support, other minor improvements 2023-03-06 03:45:16 +01:00
e037dbabe9
stream api fixes, str-to-bytes, bytes-to-str 2023-02-25 12:41:02 +01:00
8c30e2fd2f
minor fixes, add streams api 2023-02-25 11:40:52 +01:00
b5df29f7a5
README, callp 2023-02-20 14:33:30 +01:00
98f39a5aa3
improved error handling, importing, more stdlib functions 2023-02-19 19:40:22 +01:00
901a5cb734
errors, stack traces 2023-02-19 04:57:32 +01:00
d2d533642a
basic error propagation 2023-02-19 02:03:06 +01:00
2ce44f2b55
more std functions, some fixes 2023-02-18 18:43:23 +01:00