Thursday, March 7, 2019

Google Test (gtest) on Debian

Here is the link to the project source https://github.com/google/googletest

Here is the code for installing Google Test (gtest)

Tuesday, January 22, 2019

Initial Steps for Python

Change python version system-wide

This page has a great explanation for switching between Python and Python3:
https://linuxconfig.org/how-to-change-from-default-to-alternative-python-version-on-debian-linux

Installing Jupyter

Since in Python 3, ConfigParser has been renamed to configparser I switched to Python using:
Then for installing and running a Notebook:

Monday, November 5, 2018

Common Lisp IDE

Best resource for Common Lisp can be found here: https://github.com/norvig/paip-lisp

Emacs

- sudo apt-get install emacs
 
SBCL

- Download from here: http://www.sbcl.org/platform-table.html
- sudo ./install.sh

Slime

- create .emacs  in your home folder.