Skip to content

Commit 7cea7c0

Browse files
committed
Update README.md
1 parent bbbe4b0 commit 7cea7c0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,14 @@ ESLint has deprecated some old rules. Bring the `.eslintrc` up to date with the
1414

1515
### [Runtime rtype parser](https://github.com/ericelliott/rtype/issues/62) #advanced
1616

17+
Experience with compilers, type theory, language design would be helpful.
18+
1719
Write a function that takes an rtype interface description as a string and returns an object that can be used for runtime introspection and type checking.
20+
21+
Useful background:
22+
23+
* The [Stanford Compilers course](https://www.coursera.org/course/compilers) (free online lectures)
24+
25+
If you're curious about types, see the [introduction to types](https://class.coursera.org/compilers/lecture/45) from the Stanford Compiler course.
26+
27+

0 commit comments

Comments
 (0)