Open rkoeninger opened 4 years ago
@rkoeninger thats the plan, eventually, but for now I'm just dumping some code here after extending and polishing it a bit (or adding types). It is also missing docs, something that I also have to take care of later. There are other things that have to be solved in general, like how datatype declarations and macros will be handled (some are meant to be for internal use of the library, others are meant to be exported, but should not be enabled by default as a side-effect of loading the library, only by explicit dependency). But that is all for later.
Are you making this for your own purposes or to establish a prelude for Shen generally?
Should we create a unified repo under the Shen-Language org for standard libraries? Or add a
libs/
folder inshen-sources
? Could be built into ports' build artifacts likeshen.exe
if they wish?It could integrate what you're doing here with shen-libs and my ShenPrelude.