Skip to content

6desislava6/Func-FMI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Functional Programming 2015

Functional Programming for 2nd year CS students at FMI / Sofia University. Repo - https://github.com/fmi/fp2015 Forked - https://github.com/6desislava6/fp2015

Intro materials

Books

If you pick any of the books below, you will be really really ahead of others.

REPL and XREPL

If you are using command-line based racket repl, you can use the racket command for the basic repl. But the basic repl sucks big time.

We suggest you to use the xrepl.

There are two ways to start it:

  • Run $ rackert -il xrepl and you will start the xrepl. You will know if you get the -> prompt.
  • Run $ racket and inside it, type (dynamic-require 'xrepl #f). You will get the -> prompt again.

XREPL is much much better. Use it!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages