nelson-lang / nelson-minimalist-core

Nelson's minimalist core
GNU Lesser General Public License v3.0
6 stars 2 forks source link

Display #34

Closed Nelson-numerical-software closed 1 year ago

Nelson-numerical-software commented 1 year ago

Thanks to @Hind-M about 'disp' works. I extended the way to load gateway (multiple builtin) module display_format is imported with all builtins (format, disp, display, echo) https://nelson-numerical-software.github.io/nelson-website/help/en_US/chapter_display_format.html

@JohanMabille, It seems that wasm environment uses currently only one library for nelson. Do you think that we can load dynamically "nelson modules" in this environment as with nelson ?

Nelson-numerical-software commented 1 year ago

@Hind-M do you want more functions or modules in minimalist-core? I could add more. Maybe can you do a list of functions interesting to add (existing from nelson) We could also migrate to another repository (nelsonlite) with more functions & features and leave this as it ?

Hind-M commented 1 year ago

Yes making a list would be nice, most probably alongside the dependencies to add to nelson-core. But that would be a bit later on I guess, after having a first minimalist version on conda-forge. cc @JohanMabille