You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Experience with compilers, type theory, language design would be helpful.
18
+
17
19
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.
0 commit comments