E906 GitHub - ASRagab/clojure-coding-interview
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ASRagab/clojure-coding-interview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding Interview (Clojure)

Getting Started

If you don't already have Clojure or lein installed you'll need to do that:

Installing Clojure

Easiest way (macOS & Linux (with linuxbrew))

  • brew install clojure/tools/clojure

Harder

Installing lein

lein is the sbt equivalent, it can download packages, create apps, build, etc.

Easiest

  • brew install leiningen

Harder

Editor/IDE

You will also need an editor, hopefully one that is capable of giving you structural editing capacity and creating a repl.

Easiest

Harder

Running Solutions

You can run the github solutions using

lein with-profile github run

Similiarly with the tokenizer solutions

lein with-profile tokenizer run

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0