Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
Should have a Leiningen Clojure project in workspace.
Go up one directory
cd ..
then go to bin directory since this is already in the $PATH
cd bin
{:+ {:app [(:lt.objs.style/set-skin "dark") | |
(:lt.objs.app/run-on-init :window.fullscreen) | |
(:lt.plugins.vim/map-keys {"-" "$", | |
"0" "^", | |
"<BS>" "<PageUp>", | |
"<Space>" "<PageDown>", | |
"j" "gj", | |
"k" "gk"}) | |
(:lt.objs.files/file.ignore-pattern "(^\\..*)|\\.class$|target/|svn|cvs|\\.git|\\.pyc|~|\\.swp|\\.jar|.DS_Store|_site/|_cache/|__pycache__") | |
:lt.objs.intro/show-new-file |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.