Nim is a cool new programming language I took the liberty of starting the repo https://github.com/JesterOrNot/Gitpod-nim
Yeah, finally I get a chance to try nim! Thanks for the setup, @JesterOrNot!
I'm not sure we should add all languages to our default image gitpod/workspace-fullbut rather have automated setup/guides on configure Gitpod for a language now that we have drop-in language support due to VScode extensions.
(Although it's just ~11MB in nims case, which might be justifiable given it's popularity :grin: )
but rather have automated setup/guides on configure Gitpod for a language
See also https://www.gitpod.io/docs/languages_and_frameworks/ 馃槉 (unfortunately, it only has Java for now. I have a PR up for Julia though: https://github.com/gitpod-io/website/pull/261)
Thanks Sir, i appreciate your efforts to create those amazing repos :), i will test this one and back with the feedback.
Best regards .....
any thoughts on this?
So, what is the best way to use Nim on gitpod?
@aggsol Jester's solution should work:
FROM gitpod/workspace-full
USER gitpod
RUN sudo apt-get update && sudo apt-get install nim
Most helpful comment
Yeah, finally I get a chance to try nim! Thanks for the setup, @JesterOrNot!
I'm not sure we should add all languages to our default image
gitpod/workspace-fullbut rather have automated setup/guides on configure Gitpod for a language now that we have drop-in language support due to VScode extensions.(Although it's just ~11MB in nims case, which might be justifiable given it's popularity :grin: )