aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
blob: adb670c7c695deda57096ecb8d2a3bb09f13a5ed (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
All:
    - multi-line read
    - loop/recur ?
    - hash-maps with non-string keys
    - gensym reader inside quasiquote

    - synchronize function/definitions order/names in files
    - move Env into separate file (maybe)?
    - more metadata tests
    - more hash_map tests
        - hash-map with space in key string (make)
    - more interop tests
    - support metadata on symbol, hash-map, list, vector, function, atom

    - unindent tco while loop for step5-A

    - Print full exception when test gets EOF from expect
    - Note that bash 4, Java 1.7, php 5.3 required
    - Break out language eval into step0.5
    - regular expression matching in runtest

---------------------------------------------

JS:

Python:

Clojure:

C:
    - come up with better way to do 20 vararg code

Bash:

PHP:

Make:
    - allow '_' in make variable names
    - errors should propagate up from within load-file


Mal:
    - line numbers in errors
    - step6_file: command line arguments
    - step5_tco
    - step9_interop

Java:
    - step9_interop

Postscript:
    - negative numbers
    - step 4-A

Rust:
    - http://www.rustforrubyists.com/book/index.html
    - http://static.rust-lang.org/doc/0.9/complement-cheatsheet.html
    - http://pzol.github.io/getting_rusty/
    - readline:
        - http://redbrain.co.uk/2013/11/09/rust-and-readline-c-ffi/
        - http://www.reddit.com/r/rust/comments/1q9pqc/rust_cffi_and_readline/
        - https://github.com/dbp/rustrepl
    - hash-map:
        - http://static.rust-lang.org/doc/master/std/hashmap/index.html
        - http://static.rust-lang.org/doc/master/std/hashmap/struct.HashMap.html
    - vector/list:
        - http://static.rust-lang.org/doc/master/std/vec/index.html
    - steps 2-A


Others (based on redmonk languages from Jan 2014): ?
    http://sogrady-media.redmonk.com/sogrady/files/2014/01/lang-rank-114-wm.png
    
    - Tier 1
        * JavaScript
        * Java
        * PHP
        ? C#
        * Python
        ? C++
        - Ruby
        * C
        - Objective-C
        - Perl 
        * Shell

    - Tier 2
        * Clojure
        ? Go
        ? Assembly
        ? Fortan
        ? Dart
        ? D

    - Tier 3
        ? Pascal
        - Rust