Skip to content

The Number of the Beast !

Compare
Choose a tag to compare
@vygr vygr released this 31 Aug 11:26
· 5054 commits to master since this release

Much strides to fit in with standard Lisp syntax and many more optimisations.

New documents viewer to allow browsing of the docs/ .md files. I might remove the Sphinx docs build stuff in the next release once this docs browser gets a bit more sophisticated.

Added (bind-func) to allow pre-binding of functions. This has huge performance improvement, but is not always desired, so functions can opt to do so or not, plus you can disable this globally in the boot.inc file.

So, why is this release called "The Number of the Beast" ? Well there are now exactly 666 functions in the image ! And that also happens to be the number of calls in the call profiler before I used (bind-func) :) So how about that for coincidence :)

MacBook full build time is now around 0.3s and image size of 153KB.

Enjoy

Chris