Commit graph

12 commits

Author SHA1 Message Date
Leon Mika 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
Leon Mika 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
Leon Mika f119683b57 Added a CSV module 2025-03-23 11:47:26 +11:00
Leon Mika 485e839ae3 Added a log builtin 2025-03-23 11:43:06 +11:00
Leon Mika 7a92eeddac Added custom printers 2025-03-23 11:36:34 +11:00
Leon Mika e0db900e4e Added help command 2025-03-23 11:33:26 +11:00
Leon Mika 5b4e45ff80 Started working on a REPL helper 2025-03-23 11:33:16 +11:00
Leon Mika 6f1fc44296 Started working on builtins 2025-03-23 11:18:10 +11:00
Leon Mika 6e5a9b1bc1 Updated package name 2025-03-23 11:17:20 +11:00
Leon Mika 0b8c8a0d04 Renamed project to ucl 2025-03-23 11:15:59 +11:00
Leon Mika 3b3bac4a7f Added the notion of streams
This includes a stream to a file
2024-04-10 21:58:06 +10:00
Leon Mika 781a761ead Initial version of prototype cmdlang 2024-04-10 20:45:58 +10:00