File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ __pycache__/
6
6
* .py [cod ]
7
7
* $py.class
8
8
9
+ * .clj
10
+
9
11
# C extensions
10
12
* .so
11
13
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ Pseudon is a dynamic language intertranspiler: it can translate a subset of each
6
6
7
7
This python to pseudon translator would add automatic support for
8
8
* python to javascript
9
- * python to java
10
9
* python to c++
11
10
* python to c#
12
11
* python to go
@@ -29,6 +28,8 @@ pseudon supports a very clear and somehow limited subset of a language:
29
28
* conditionals (if / else if / else)
30
29
* standard math/logical operations
31
30
* basic exception-based error handling
31
+ * standard io: print/input, file read/write, basic http requests
32
+ * error handling and custom exceptions (basic support for builtin exceptions)
32
33
33
34
## why
34
35
You can’t perform that action at this time.
0 commit comments