Skip to content

csmagic/ip2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install prerequisites

$ sudo apt-get install gcc build-essential git emacs

Clone gofer

$ git clone https://github.com/rusimody/gofer.git

Build

Above should make a directory called gofer Usually in your home but that depends on where you ran the git clone

cd gofer/src # Or wherever you have put it
$ make

Check executable

Above should make an executable called gofer. When you run it (at shell as:)

$ ./gofer

you should get an error that prelude not found

Set the path thus at shell (make sure the path below is correct!)

$ export PUGOFER=/home/[yourname]/gofer/pusimple.pre

Now gofer should run (at shell) ie

$ ./gofer

should start

Emacs Setup

Directory setup

Make a directory called elisp in ~/.emacs.d

$ cd ~/.emacs.d
$ mkdir elisp

Copy contents

Copy the files pugofer-init.el and pugofer.el into this elisp directory

Init setup

Add this line to end of ~/.emacs.d/init.el

(add-to-list 'load-path (expand-file-name "~/.emacs.d/elisp"))

Change paths

Look for setenv calls in pugofer-init.el Change these to your paths Copy this whole file to bottom of ~/.emacs.d/init.el

Gnu-APL

Download and install gnu-apl

Download deb from https://www.gnu.org/software/apl/ [Rpm if Fedora] Install using

$ sudo dpkg -i [filename]

Install gnu-apl mode for emacs from

https://github.com/lokedhs/gnu-apl-mode

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors