Skip to content

Instantly share code, notes, and snippets.

@snmsts
snmsts / memo.md
Last active August 30, 2017 15:31
Iota memo
(xenial)snmsts@localhost:~/work/Iota$ uname -a
Linux localhost 4.4.52-08273-ge6c7193d61d7 #1 SMP PREEMPT Thu Jul 13 12:07:57 PDT 2017 aarch64 aarch64 aarch64 GNU/Linux
(xenial)snmsts@localhost:~/work/Iota$ cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.3 LTS"
(xenial)snmsts@localhost:~/work/Iota$ free -h
              total        used        free      shared  buff/cache   available
(progn
(pushnew :python3 *features*)
(ql:quickload :burgled-batteries))
(defun init ()
(burgled-batteries:startup-python)
(burgled-batteries:run "import os,sys"))
(defun sys.version ()
(burgled-batteries:run "sys.version"))