Wood Dragon
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