Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 421853f

Browse files
committed
Add a bit more explanation about non-browser language support
1 parent 1713309 commit 421853f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

runestone/common/project_template/_sources/overview.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,11 @@ in the gray output area.
622622
Other Languages in ActiveCode
623623
-----------------------------
624624

625+
Activecode now supports Java, C++ and C through a backend server, not in the browser. You can
626+
use them by specifying the language to be `java`, `cpp` or `c` In addition it supports either Python3 or Python2
627+
outside of the browser using `python3` or `python2` as the language. You are limited to non-graphical
628+
programs in any of these options.
629+
625630
.. activecode:: lc1
626631
:language: java
627632
:stdin: 100

0 commit comments

Comments
 (0)