Skip to content

Commit 217e47a

Browse files
committedMar 1, 2016
Add info to README
1 parent eff7fd8 commit 217e47a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ __pycache__/
66
*.py[cod]
77
*$py.class
88

9+
*.clj
10+
911
# C extensions
1012
*.so
1113

‎README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Pseudon is a dynamic language intertranspiler: it can translate a subset of each
66

77
This python to pseudon translator would add automatic support for
88
* python to javascript
9-
* python to java
109
* python to c++
1110
* python to c#
1211
* python to go
@@ -29,6 +28,8 @@ pseudon supports a very clear and somehow limited subset of a language:
2928
* conditionals (if / else if / else)
3029
* standard math/logical operations
3130
* 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)
3233

3334
## why
3435

0 commit comments

Comments
 (0)
Please sign in to comment.