blob: 0fc09067a566644dfcab6029454dc7f59805e61a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
* Improve front-end language
- implicit arguments?
- show generation
- eq generation
- better module system
- Negated patterns?
- Patterns with guards
* Improve interpreter
- More efficient handling of constructor application
- Implement tail recursion.
* Improve the core language
* Improve compilation
* Add primitive operations to core
- primitive operations on strings:
- add floating-point numbers with primitive oeprations?
* Implement module system in interpreter
* Add type checker for core
* Add friendly type checker for front-end language
* Add termination checker
|