Skip to content

Instantly share code, notes, and snippets.

@lisp-is-the-future
Last active June 20, 2019 10:09

Revisions

  1. lisp-is-the-future renamed this gist Jun 20, 2019. 1 changed file with 0 additions and 2 deletions.
    2 changes: 0 additions & 2 deletions gistfile1.txt → start-portacle.txt
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,3 @@
    ;; 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!)

  2. lisp-is-the-future revised this gist Jun 20, 2019. 1 changed file with 9 additions and 7 deletions.
    16 changes: 9 additions & 7 deletions gistfile1.txt
    Original 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!(
    ;; (cave: This works ONLY for 64-bit! In 32-bit it doesn't work!)

    ;; it has:
    ;; 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
    ;; - 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`
    ;; it creates folder `portacle` - enter it!
    cd portacle

    ;; to start, either doubleclick `portacle.desktop` which might be presented as `Portacle`
    ;; or type in commandline:
    ;; 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.
    ;; 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
  3. lisp-is-the-future revised this gist Jun 20, 2019. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions gistfile1.txt
    Original 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 from commandline:
    ;; or type in commandline:
    ./portacle.run

    ;; portacle opens and installs slime etc.
    ;; portacle opens and installs slime etc. and starts.
  4. lisp-is-the-future created this gist Jun 20, 2019.
    23 changes: 23 additions & 0 deletions gistfile1.txt
    Original 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.