Skip to content

Instantly share code, notes, and snippets.

View luisbg's full-sized avatar

Luis de Bethencourt luisbg

  • Amazon Alexa
  • Toronto
View GitHub Profile
@luisbg
luisbg / lisp.c
Created April 4, 2014 21:00 — forked from sanxiyn/lisp.c
#include <assert.h>
#include <stdarg.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
enum type {
NIL,