andrejbauer / plzoo

Programming Languages Zoo
MIT License
1.45k stars 79 forks source link

Porting existing half-baked languages to plzoo #7

Open matijapretnar opened 8 years ago

matijapretnar commented 8 years ago

We still have some other languages in various stages of development laying around:

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?

andrejbauer commented 8 years ago

A separate branch, one per language.

matijapretnar commented 8 years ago

I understand you want to keep master clean, but I don't want to have a dozen of inactive branches in the repository. So, whoever is interested in porting any of the languages can message me and I will be happy to send them the files. I'll also rename this issue to attract anyone interested.

andrejbauer commented 8 years ago

It would be better to have one issue per language, so you we can close them, and perhaps organize them into a milestone.

matijapretnar commented 8 years ago

Oh, and then I could just attach a ZIP with the source code to each issue!

minad commented 8 years ago

Hi, thank you for this great repository. I enjoyed it very much as a learning resource!

May I suggest a separate repository plzoo-staging for the half-baked languages (instead of branches or zips)? I think that could also attract contributions.

andrejbauer commented 8 years ago

What's the point of a separate repository? It'll just become obsolete. I still think the best way is to just fork this repository, add a language (half baked or not), and then merge it once it's ready.