We still have some other languages in various stages of development laying around:
calc+var (which I guess is an older version of calc_var, but I did not look exactly where it diverged)
comm (a simple imperative language)
commar (a simple imperative language with arrays)
dat (mini SQL)
minicalc (again it looks like an older version of calc)
minimlcatch (looks like miniml_error plus error handling)
minimlp (miniml with pairs)
minscheme (mini Scheme - without callcc)
ob (looks like an older version of boa)
ulc (looks like an older version of lambda)
These languages are not mature enough to put in plzoo, but could be a useful starting point for future contributions, so I would make them public. Where would be an appropriate place to put them? A subfolder, a separate branch?
We still have some other languages in various stages of development laying around:
calc+var(which I guess is an older version ofcalc_var, but I did not look exactly where it diverged)comm(a simple imperative language)commar(a simple imperative language with arrays)dat(mini SQL)minicalc(again it looks like an older version ofcalc)minimlcatch(looks likeminiml_errorplus error handling)minimlp(minimlwith pairs)minscheme(mini Scheme - withoutcallcc)ob(looks like an older version ofboa)ulc(looks like an older version oflambda)These languages are not mature enough to put in plzoo, but could be a useful starting point for future contributions, so I would make them public. Where would be an appropriate place to put them? A subfolder, a separate branch?