Skip to content

Instantly share code, notes, and snippets.

@tshatrov
tshatrov / lisp-setup.md
Created September 30, 2013 15:04
Setting up Common Lisp on Windows 7

1. Install a Common Lisp implementation, or several of them

2. Install Emacs. Official GNU Emacs Windows binaries should work: http://ftp.gnu.org/gnu/emacs/windows/

3. Create a directory where you will store your Lisp projects (you could use Quicklisp's default one but screw that, "c:/lisp" is better than "c:/users/<username>/quicklisp/local-projects")

@gizmaa
gizmaa / Plot_Examples.md
Last active October 27, 2024 12:01
Various Julia plotting examples using PyPlot
@n-s-k
n-s-k / OOP_F2003_Part_2.md
Last active October 3, 2024 18:25
Object-Oriented Programming in Fortran 2003 Part 2: Data Polymorphism

Object-Oriented Programming in Fortran 2003 Part 2: Data Polymorphism

Original article by Mark Leair, PGI Compiler Engineer

Note: This article was revised in March 2015 and again in January 2016 to bring it up-to-date with the production software release and to correct errors in the examples.

This is Part 2 of a series of articles: