Codeboard is a web-based IDE to teach programming in the classroom.
@haches @martinnordio
To add Reason support to Codeboard:
opam pin add -y reason [email protected]:facebook/reason.git#b105ecd2b6728e3f62f11f82a2947c8ca2b59fed.re files, and perhaps .rei files too, Whose Name Starts With a Capitalized Letter. Here's an example:$ cat Message.re
let message = "Hello"
$ cat Hello.re
let () = print_string (Message.message ^ "\n")
$ rebuild Hello.native
$ ./Hello.native
Hello
rm -r _build
Thanks @haches @martinnordio for building Codeboard support!
Next up, make a demo account available before opening.
A demo Reason project is available here:
https://codeboard.io/projects/17520/summary
You can also create your own projects now (will need a Codeboard account for that).
Can this be closed? :D
Yes, it's now supported.
Most helpful comment
A demo Reason project is available here:
https://codeboard.io/projects/17520/summary
You can also create your own projects now (will need a Codeboard account for that).