tizoc / shen-batteries

Libraries for Shen
Other
6 stars 0 forks source link

Move to Shen-Language org? #1

Open rkoeninger opened 4 years ago

rkoeninger commented 4 years ago

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 in shen-sources? Could be built into ports' build artifacts like shen.exe if they wish?

It could integrate what you're doing here with shen-libs and my ShenPrelude.

tizoc commented 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.