netgusto / nodebook

Nodebook - Multi-Lang Web REPL + CLI Code runner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C# ?

ignatandrei opened this issue · comments

What about C# / .NET ?

I'm not familiar with that language. Could you maybe push a PR inspired by this one: #41 to implement this language?

I'd happily merge it!

C# is not so different from Java.
See https://www.carlosag.net/tools/codetranslator/ java to C# .

It's not about the syntax, it's about:

  • how to compile and run it on command line
  • what prebuilt docker hub image would be a good fit to build / run it

Done in 0.1.23

Done in 0.1.23

Thanks! The later is what I ended up using for C# support in v0.1.23

I did not have time to look into your project. However, can you now integrate C# into it?

Yes. It is already done :)