viebel / klipse

Klipse is a JavaScript plugin for embedding interactive code snippets in tech blogs.
http://blog.klipse.tech/
GNU General Public License v3.0
3.11k stars 145 forks source link

C# and Java support #306

Open alexzandros opened 6 years ago

alexzandros commented 6 years ago

Is support for C# and Java planned? I need those languages for teaching purposes. I would like to help with it but I need some pointers on how to start, I've never contributed to an FOSS project till now.

I think JSweet and Bridge.net could be used to add that support.

OvermindDL1 commented 6 years ago

Are JSweet and Bridge.net capable of interpreting java/C# source code in javascript? Do you have links? :-)

alexzandros commented 6 years ago

My bad!!, reading more deeply in the sites of both project I found out both rely on server side transpiling. I'll keep on searching.

viebel commented 6 years ago

@alexzandros let me know if you find a java/C# interpreter in javascript or any other language that you like. Integrating them in Klipse is super easy. See https://github.com/viebel/klipse/wiki/How-to-add-a-language-to-klipse

workshub[bot] commented 2 years ago

@QaziShahbaz555 started working on this issue via WorksHub.