Skip to content

Commit ac984d6

Browse files
author
Robert Durst
authored
Update README.md
1 parent 5ac26bc commit ac984d6

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,6 @@ Or use the install script [here](https://github.com/sailfish-lang/sailfish-lang-
1818

1919
***
2020

21-
## Language Limitations
21+
## The Manual
2222

23-
There exist a number of known issues with the Sailfishc compiler. Some of these issues are limitations of the languages, others are simply results of incorrect implementation.
24-
25-
1. mutual recursion
26-
2. importing udt's within udt's impossible
27-
3. name collisions if udt's/script have similarly named attributes/methods/variables
28-
4. No udt constructors
29-
5. no udt static methods
30-
6. double dispatch does not transpile properly
31-
7. functions are not first class
32-
8. declaring more than one attribute accessor within function call params does not transpile correctly
33-
9. io
34-
10. string comparisons
35-
36-
***
23+
To get started and learn more about Sailfish and Sailfishc, I would reccomend checking out the [Manual](https://github.com/sailfish-lang/sailfishc/blob/master/Sailfish.pdf).

0 commit comments

Comments
 (0)