wren-lang / wren-cli

A command line tool for the Wren programming language
MIT License
130 stars 30 forks source link

Overall Unofficial Roadmap #98

Open joshgoebel opened 3 years ago

joshgoebel commented 3 years ago

I was speaking with Ruby and this list was entirely off the cuff but I thought I'd include it here and we can update it over time and turn it into more of an actual plan:

clsource commented 3 years ago

Is there really a need for basic networking? My opinion is that component can be externalized via extensions. In my opinon a higher priority than networking would be extensability via plugins or dynamic libs đź‘Ť

joshgoebel commented 3 years ago

This was before the discussion happening in #93. So perhaps it should be understood as a list of "what should CLI be capable of doing" rather than "what all is built in"... though I think all the other stuff is good (and most of it's there already save process handling).

This is still a good rough draft 0.1 list whether networking is in or out of scope though. :-) Can't do much without networking these days. :)

PureFox48 commented 3 years ago

Can’t do much without networking these days. :)

Very true and personally I think there should be some networking support in the CLI’s standard modules even if it’s fairly basic.