mirror of
https://github.com/prakhar1989/awesome-courses.git
synced 2024-10-01 05:45:36 -04:00
added 6.945 symbolic programming
This commit is contained in:
parent
e9c0d0bee0
commit
ebd5a1e33b
@ -278,11 +278,15 @@ Courses
|
||||
- It covers tools and methods to find bugs in concurrent programs.
|
||||
- [CS 143](https://web.stanford.edu/class/cs143/) **Compiler construction** *Stanford University* <img src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f4dd.png" width="20" height="20" alt="Lecture Notes" title="Lecture Notes" /><img src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f4bb.png" width="20" height="20" alt="Assignments" title="Assignments" />
|
||||
- CS143 is a Stanford's course in the practical and theoretical aspects of compiler construction.
|
||||
- [Home] (https://web.stanford.edu/class/cs143/)
|
||||
- [Home](https://web.stanford.edu/class/cs143/)
|
||||
- [Syllabus](https://web.stanford.edu/class/cs143/schedule.html)
|
||||
- [Lectures](https://web.stanford.edu/class/cs143/)
|
||||
- [Assignments](https://web.stanford.edu/class/cs143/)
|
||||
- [CS143 - 2011](http://www.keithschwarz.com/cs143/WWW/sum2011/)
|
||||
- [6.945](https://groups.csail.mit.edu/mac/users/gjs/6.945/index.html) **Adventures in Advanced Symbolic Programming** *MIT* <img src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f4dd.png" width="20" height="20" alt="Lecture Notes" title="Lecture Notes" /><img src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f4bb.png" width="20" height="20" alt="Assignments" title="Assignments" /><img src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f4da.png" width="20" height="20" alt="Readings" title="Readings" />
|
||||
- Taught by Gerald Sussman of SICP fame, this class deals with concepts and techniques for the design an implementation of large software systems that can be adapted to uses not anticipated by the designer. Applications include compilers, computer-algebra systems, deductive systems, and some artificial intelligence applications.
|
||||
- [Assignments](https://groups.csail.mit.edu/mac/users/gjs/6.945/assignments.html): Extensive programming assignments, using MIT/GNU Scheme. Students should have significant programming experience in Scheme, Common Lisp, Haskell, CAML or other "functional" language.
|
||||
- [Readings](https://groups.csail.mit.edu/mac/users/gjs/6.945/readings/)
|
||||
|
||||
-------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user