Last active
June 20, 2019 10:09
Revisions
-
lisp-is-the-future renamed this gist
Jun 20, 2019 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,3 @@ ;; quickest way to get started: download and extract `portacle` ;; (cave: This works ONLY for 64-bit! In 32-bit it doesn't work!) -
lisp-is-the-future revised this gist
Jun 20, 2019 . 1 changed file with 9 additions and 7 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,23 +1,25 @@ ;; source: https://lispmethods.com/development-environment.html ;; quickest way to get started: download and extract `portacle` ;; (cave: This works ONLY for 64-bit! In 32-bit it doesn't work!) ;; portacle contains: ;; - emacs editor with slime modus for cl with slime mode *for usage see gist: ;; https://gist.github.com/lisp-is-the-future/b1cdefe877fbb5f61bbb4b020618a757 ;; - sbcl most optimal lisp implementation ;; - quicklisp (package manager for lisp packages) ;; - git ;; download and extract in bash: wget https://github.com/portacle/portacle/releases/download/1.3/lin-portacle.tar.xz tar xfv lin-portacle.tar.xz ;; it creates folder `portacle` - enter it! cd portacle ;; to start, either doubleclick `portacle.desktop` which might be presented as `Portacle`or type in commandline: ./portacle.run ;; portacle opens emacs and installs slime etc. and starts. - now you can program in common lisp. ;; to use emacs and it slime mode for common lisp programming, look up key bindings listed in my gist ;; https://gist.github.com/lisp-is-the-future/b1cdefe877fbb5f61bbb4b020618a757 -
lisp-is-the-future revised this gist
Jun 20, 2019 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -17,7 +17,7 @@ tar xfv lin-portacle.tar.xz cd portacle ;; to start, either doubleclick `portacle.desktop` which might be presented as `Portacle` ;; or type in commandline: ./portacle.run ;; portacle opens and installs slime etc. and starts. -
lisp-is-the-future created this gist
Jun 20, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,23 @@ ;; source: https://lispmethods.com/development-environment.html ;; quickest way to get started: download and extract `portacle` ;; (cave: This works ONLY for 64-bit! In 32-bit it doesn't work!( ;; it has: ;; - emacs editor with slime modus for cl with slime mode *for usage see gist: ;; https://gist.github.com/lisp-is-the-future/b1cdefe877fbb5f61bbb4b020618a757 ;; - sbcl most optimal lisp implementation ;; - quicklisp ;; - git wget https://github.com/portacle/portacle/releases/download/1.3/lin-portacle.tar.xz tar xfv lin-portacle.tar.xz ;; it creates folder `portacle` cd portacle ;; to start, either doubleclick `portacle.desktop` which might be presented as `Portacle` ;; or from commandline: ./portacle.run ;; portacle opens and installs slime etc.