Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-02-09 | 1.0 kB | |
Wood Dragon source code.tar.gz | 2024-02-09 | 33.2 MB | |
Wood Dragon source code.zip | 2024-02-09 | 33.5 MB | |
Totals: 3 Items | 66.7 MB | 0 |
Happy Chinese new year to all ! Mainly work on some fundamentals for applications this time. I have also uploaded a few videos to Youtube so you can see a few demos.
https://www.youtube.com/@chris.hinsley
-
Reduction of translation passes by 25%.
-
hmap
class now uses slot caching in symbol keys to speed up search operations. -
New documents,
charclass.md
,searching.md
andcollections.md
. -
New
repeat
command. -
New
'list :collect
and'list :min_length
methods. -
(slice)
can now reverse any sequence. Generic(reverse)
macro that wraps(slice)
. -
New
map!
andreduce!
VP primitives. -
Extensive work on iterator primitives,
each!
,some!
,map!
andreduce!
recoded to use new list methods. -
Faster and more generic
(filter-array)
function. Replaces(filter)
-
New path completion lib
lib/files/urls.inc
. Tab key path completion added to all Textfields. -
File picker now uses a Tree widget.
-
New
template.lisp
command app.
Best Regards
Chris