Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f608d7a

Browse files
committed
Update intro
1 parent 497a2da commit f608d7a

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

doc/dev-intro.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,18 @@ runtime type check, since Python lists can contain arbitrary objects.
7979

8080
## Other Important Limitations
8181

82+
All of these limitations will likely be fixed in the future:
83+
8284
* There's currently no way to run the compiler other than through
8385
tests.
8486

8587
* If something goes wrong, we detect the error but instead of
8688
raising an exception the compiled program just calls `abort()`.
87-
(Obviously this will have to change.)
89+
90+
* We don't detect infinite recursion.
91+
92+
* We don't handle Ctrl-C in compiled code.
93+
94+
* We don't detect undefined local variables.
95+
96+
* There's no way to access most stdlib functionality.

0 commit comments

Comments
 (0)