Commit graph

11 commits

Author SHA1 Message Date
e7f904e7da Added some changes to call and added builtins
All checks were successful
Build / build (push) Successful in 2m32s
- call now supports calling invokables by string
- call now takes as arguments a listable of positional args, and a hashable of keyword args
- added strs:split, strs:join, and strs:has-prefix
- added new lists module with lists:first
- added time:sleep
2025-05-17 13:59:44 +10:00
8414ddcb90 removed non-existant module
All checks were successful
Build / build (push) Successful in 2m12s
2025-04-10 21:48:54 +10:00
142abeb990 Added iterators
Iterators are an unbounded sequence of elements that can only be consumed one-by-one.
2025-03-23 12:00:58 +11:00
f119683b57 Added a CSV module 2025-03-23 11:47:26 +11:00
d3938aec83 Fixed missing import 2025-03-23 11:43:16 +11:00
485e839ae3 Added a log builtin 2025-03-23 11:43:06 +11:00
28a8c12349 Added a few things needed by Dynamo Browse
- Added a NArg returning the total number of arguments
- Added a "missing command" handler
- Added a utility writer which will print out lines as they're collected
2025-03-23 11:17:59 +11:00
6e5a9b1bc1 Updated package name 2025-03-23 11:17:20 +11:00
ec8eedc10f Fixed package 2025-03-23 11:16:12 +11:00
0b8c8a0d04 Renamed project to ucl 2025-03-23 11:15:59 +11:00
fdc480262d Spent way too much time building a playground for.. reasons 2025-03-23 11:14:31 +11:00