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

Block or report aerphanas

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
aerphanas/README.md

future projects will be on codeberg, this account will be used if I will contribute to some opensource projects on github.

(defclass programmer ()
  ((passion :accessor passion-of
	    :initarg :passion
	    :initform 'open-source-software)
   (linux-exp :accessor linux-exp-of
	      :initarg :linux-exp
	      :initform 2017)
   (langs :accessor langs-of
	  :initarg :langs
	  :initform '(rust haskell common-lisp scheme java))
   (fav-langs :accessor fav-langs-of
	      :initarg :fav-langs
	      :initform '((c :type low-level-fast)
			  (d :type cpp-redesign)
			  (haskell :type pure-lambda-turing-complete)
			  (nim :type system-programming :gc 'gc-king)
			  (java :type enterprise)
			  (racket :type language-oriented-programming :docs 'excellent)
			  (rust :type fast-secure :community 'supportive)
			  (elm :type no-runtime-error)
			  (common-lisp :type og-ai :clos t)
			  (scheme :type clean-common-lisp)
			  (pharo :type modern-smalltalk :oo 'pure :ide 'excellent)))))

Blog Posts

Pinned

  1. Chimpanzee Chimpanzee Public archive

    Haskell implementation of cipher

    Haskell 2

  2. Simple-Text-Viewer Simple-Text-Viewer Public

    simple text viewer from gnome documentation

    C 1

  3. Aswad Aswad Public

    Indonesia Islamic Prayer Times and Interpretation of the Koran

    Crystal

  4. usholli usholli Public

    Jadwal sholat menggunakan API myquran dan elm language

    Elm

  5. gist-utils gist-utils Public

    save file to github gist from terminal

    Nim 1

  6. LOGame LOGame Public

    incomplete game

    Smalltalk