isaacg1 / pyth

Pyth, an extremely concise language. Try it here:
https://pyth.herokuapp.com/
MIT License
263 stars 57 forks source link

Better Syntax for adding in "subject-specific libraries" #239

Closed DonaldTsang closed 6 years ago

DonaldTsang commented 6 years ago

Is it possible to create a language, that allows people to add scripts or functions easily? Reference: https://github.com/ThreeFx/Haskolf/blob/master/Haskolf.hs Other examples: https://github.com/barbuz/Husk

isaacg1 commented 6 years ago

I don't think this is a Pyth issue. If you want to design such a language, go ahead.