Skip to content
/ cse230 Public

Course materials for UCSD CSE 230: Graduate Programming Languages

Notifications You must be signed in to change notification settings

alogic0/cse230

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cse230

Course materials for UCSD CSE 230: Graduate Programming Languages

Install relevant libraries

cabal install hakyll -fhighlighting pandoc

Build the site

make all rebuilds the site (locally)

make clean nukes all the temporary files

make update updates the webpage on csefast

Add new lectures or homeworks

To add a new lecture, create the new file

lectures/XXX.lhs

then add a link to it in

lectures.markdown 

and then do

make && make update

The analogous instructions apply to create a new homework.

Todo

Auto-generate Lectures and Homeworks (and the links) from directories.

About

Course materials for UCSD CSE 230: Graduate Programming Languages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published