Skip to content
View Neshamon's full-sized avatar
Block or Report

Block or report Neshamon

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Neshamon/README.md
(defpackage #:John-Matthews
  (:use :cl))

(in-package #:John-Matthews)

(defvar *myself*
  (list :langs '(common-lisp sbcl)
        :tools '(lem emacs hunchentoot caveman2 radiant erudite docs)
        :learning-about '(common-lisp
                          exploratory-programming
                          functional-programming)
        :working-on '(monkey-lang
                      kaggle-clojure
                      lem)
        :company "Capital One"
        :position "Platform Engineer"
        :interests '(theology
                     singing
                     calisthenics)
        :contact-me "jmmatthews@proton.me"))

neshamon

neshamon

Pinned Loading

  1. monkey-lang monkey-lang Public

    Interpreter and compiler for the monkey lang written in Go. Monkey lang is the language featured in Thorsten Ball's books: Writing An Interpreter In Go & Writing A Compiler In Go

    Go

  2. Self-Driving-Car Self-Driving-Car Public

    Self Driving Car Tutorial by Dr Mariescu

    JavaScript

  3. kaggle-clojure kaggle-clojure Public

    Kaggle Machine learning tutorials written in Clojure

    Clojure

  4. machine-learning-from-scratch-clojure machine-learning-from-scratch-clojure Public

    Implementation of machine learning algorithms written in Clojure without libraries or frameworks.

    Clojure