Commit graph

16 commits

Author SHA1 Message Date
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