Pinned Repositories
ds2013
A repository for the cousre - Data Structures.
fp2013
A repository for the cousre - Functional Programming.
Hack-Assembler
Python implementation of the Hack assembler described in Chapter 6 of the book "The Elements of Computing Systems: Building a Modern Computer from First Principles" (http://www1.idc.ac.il/tecs/).
Hack-VM
Python implementation of the Hack virtual machine described in chapters 7 and 8 of the book: "The elements of Computing Systems: Building a Modern Computer from First Principles" (http://www1.idc.ac.il/tecs/").
haskell-lisp-interpreter
A basic, dynamically scoped, Lisp interpreter written in Haskell.
Jack-Compiler
Python implementation of the Jack compiler described in chapters 10 and 11 of the book: "The elements of Computing Systems: Building a Modern Computer from First Principles" (http://www1.idc.ac.il/tecs/").
Jack-OS
Jack implementation of the Jack operating system described in chapter 12 of the book: "The elements of Computing Systems: Building a Modern Computer from First Principles" (http://www1.idc.ac.il/tecs/").
JavaScript-Logic-Programming-System
A JavaScript implementation of the Logic Programming System described in section 4.4 of "Structure and Interpretation of Computer Programs" .
JavaScript-SICP-Picture-Language
A JavaScript implementation of SICP Picture Language.
Neural-Network-and-Naive-Bayes-Classifiers
A small experimental framework for Neural Networks and Naive Bayes classifiers.
IvanIvanov's Repositories
IvanIvanov/JavaScript-Logic-Programming-System
A JavaScript implementation of the Logic Programming System described in section 4.4 of "Structure and Interpretation of Computer Programs" .
IvanIvanov/haskell-lisp-interpreter
A basic, dynamically scoped, Lisp interpreter written in Haskell.
IvanIvanov/fp2013
A repository for the cousre - Functional Programming.
IvanIvanov/Jack-OS
Jack implementation of the Jack operating system described in chapter 12 of the book: "The elements of Computing Systems: Building a Modern Computer from First Principles" (http://www1.idc.ac.il/tecs/").
IvanIvanov/Neural-Network-and-Naive-Bayes-Classifiers
A small experimental framework for Neural Networks and Naive Bayes classifiers.
IvanIvanov/JavaScript-SICP-Picture-Language
A JavaScript implementation of SICP Picture Language.
IvanIvanov/ds2013
A repository for the cousre - Data Structures.
IvanIvanov/Hack-Assembler
Python implementation of the Hack assembler described in Chapter 6 of the book "The Elements of Computing Systems: Building a Modern Computer from First Principles" (http://www1.idc.ac.il/tecs/).
IvanIvanov/Hack-VM
Python implementation of the Hack virtual machine described in chapters 7 and 8 of the book: "The elements of Computing Systems: Building a Modern Computer from First Principles" (http://www1.idc.ac.il/tecs/").
IvanIvanov/Jack-Compiler
Python implementation of the Jack compiler described in chapters 10 and 11 of the book: "The elements of Computing Systems: Building a Modern Computer from First Principles" (http://www1.idc.ac.il/tecs/").
IvanIvanov/million-song-challenge-solution
My solution to the "Million Song Challenge" programming contest.
IvanIvanov/XSLT-Sudoku-Solver
A simple sudoku solver written in XSLT