ChrysaLisp Versions Save

Parallel OS, with GUI, Terminal, OO Assembler, Class libraries, C-Script compiler, Lisp interpreter and more...

v1.22

1 year ago

Official tag release for Riscv64 port. I'm sure some further optimisation will occur, but this is a great example emit file to look at. 435 lines to bring up the Riscv64 platforms.

Many thanks to Martin Wendt for his tireless remote test cycle to allow me to get this done with no hardware. So, now we have 5 platforms building in under 5 seconds (on my old MacBook). A good thing (tm).

Install build on VisionFive2:

https://www.youtube.com/watch?v=xZGjFP0gNBY

Then native build:

https://www.youtube.com/shorts/DhOC7wWRcnk

Regard all

Chris

v1.21

1 year ago

Happy new year to all.

This year I have not been able to add as much as I'd like due to family circumstances. But this tag rounds up all the years changes and tidy ups.

As usual check the git logs to see all the updates.

Thank you all for your understanding during this years troubles.

Chris

v1.20

2 years ago

This release wraps up work for the year.

The PCB demo app has been updated to include the solver and this has prompted improvements and unification of the vector math library, the reimplementation of the (nums) classes, VP vector SDL, including addition of VP vector ops at the VM level.

Take a look at the STATUS.md doc and the commit logs for the full list of updates.

Best wishes to everyone

Chris

v1.19

2 years ago

This release concentrates on the numerics side of ChrysaLisp. Number, Fixed and Reals and the vector variants of these.

Some new demo apps have been created Molecule and Mesh that pushed the need to tighten up the number formats and vector functions. As well as providing a good test bed for new Canvas methods including a new highly optimised :tri method. Take a look at the NUMERIC.md document and the new libraries in 'lib/math/'.

Extra work on converting the Editor functions into a GUI component that is now shared between Edit, Viewer and Terminal apps.

(eql) and (find) now use the same comparison for the element test. They can also be used with more object types. As well as making this faster this has also led to the creation of new fmap and fset classes. Faster versions of xmap and xset that use (find). (case) can now cope with polymorphic clauses and vector keys as a result of the (find) improvements.

As always check the commit logs and STATUS.md file for a full list of the changes.

Regards to all

Chris

v1.18

2 years ago

This release concentrates on documentation and polishing existing API's and features.

  • New extendable native Editor application is now in great shape, more extensions to come.
  • New implementation of the GUI Terminal application with cut/paste support.
  • Rewrite of the source Viewer application with cut/paste support and reuse of Editor action functions.
  • New documents on MACROS and CLASSES.
  • The GUI is finally moving out of experimental phase and has received documentation on EVENT_LOOPS, EVENT_DISPATCH and the UI_WIDGET system.
  • New Template application to aid easy creation of new applications based on the latest frameworks.
  • Improved Real number format sin/cos/sqrt functions.
  • Textfield widgets support cut/paste and full editing.

Lots more polishing and additions, see the STATUS doc and Github commits for details.

Enjoy, regards to all

Chris

v1.17

2 years ago

Interim release to bring the latest changes to the tagged version.

Main change I wish to put out is the newly rewritten Editor and Doc apps. They use a much better system for application organisation as well as pushing the new module system construction for applications.

The Docs app use dynamically load modules to handle each state of the application ! Allow dynamic extension of its feature set.

The Editor is now well on the way to a full project manager IDE, but so much progress has been may that this drop is worth it.

The assembler/CScript , parsers and optimisers have been broken out into individual library modules that I hope will encourage people to take a look and study.

Enjoy, and best regards

Chris

v1.16

3 years ago

Spring is sprung and time for another release.

The big changes over the last few months have centred on language data structures and consistency with the lower level VP structures and typing. So (structure) (getf) (setf) (enums) (bits) are all now available at the Lisp level and share the same typing system as the VP level (def-struct) (def-enum) (def-bit).

Also a big push to adopt the +xxx constant format symbols throughout the source to give the (prebind) the opportunity to act on constants.

New (if) and (or) implementations bringing speed improvements and reduction in use of (gensym) symbols.

New implementations of (def-vars) (def-class) (def-struct) (def-enum) (def-bit) that remove the need to quote symbols and remove the need for the (def-xxx-end) functions.

New launch script options.

[-n cnt] number of nodes [-b base] base offset [-e] emulator mode [-h] help

New (mail-timeout) feature to improve animation and mail read retries. Along with new Farm and Global classes for fault tolerant task management.

As always, check the STATUS.md file for the full list of updates as well as the repo commit history.

Currently the x86_64 boot image is sitting at 161KB, the MacBook Air M1 is managing a full system build in under 0.2 seconds ! and Raspberry PI4 is turning in under 2 seconds full builds.

Thanks again to all the contributions and discussions from other third parties, thanks folks.

Regards to all

Chris

ps. here is Mr Martyn Blyss running a self configuring heterogeneous network of a MacBook M1 and a Windows 10 machine, via a usb3 copy cable. Hetro_Network

v1.15

3 years ago

New year is here and lots of new changes. As we move into the new year we are moving forward with new features with a drive to expand the host systems and networking. Soon to allow linking of multiple hosts to form larger networks ;) MacOS gets new support with the M1 silicon platform, some record breaking system build times on the new MacBook Air laptops of under 0.2 seconds :)

Big changes to the networking with 24byte NetID mailbox IDs. NodeIDs are now assigned at boot time and are independent of the host IPC link filenames.

New vp64 bytecode format and target, Emulator mode, and installer with minimum sized snapshot.zip file.

TUI mode has no requirement for SDL libs. And now works on MacBook M1 with rewrite of the boot process.

Extensive work on new Lisp classes and libraries.

Check out the STATUS.md file for all the updates.

Regards, and thanks to all the contributors over the last year.

Chris

v1.14

3 years ago

Time for a new release, so many new things have happened thanks to increasing contributions from other members ! My thanks to all.

Join the IRC community at #[email protected] to stay up to date with all the latest issues, gossip and banter.

New class and methods system New collections classes for emap, xmap and xset New profiling service New syntax highlighting lib New VP hmap class implementation New Windows IDE, https://github.com/PaulBlythe/Chrysalisp-IDE New font collections, https://github.com/nuclearfall/CTFonts

And lots and lots of other tweaks and additions too numerous to mention. Check out the STATUS.md file for all the latest changes.

Best Regards

Chris

v1.12

3 years ago

Latest release is packed full of new features ! Far too many to list here, so check through the STATUS.md file to see everything that has been added.

New contributions from @nuclearfall and @FrankC01 which have driven the enhancement of the system.

Hope everyone is safe during the current global situation.

Regards

Chris