Shaare your links...
2427 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 4 / 10
Newer►
187 results for tags lisp x
  • Emacs Ninja - Brave New World
    Interim is an attempt to implement an operating system using ideas from the Lisp machines and Plan 9.
    https://github.com/mntmn/interim
    The blog has other interesting articles on (Emacs) Lisp, Scheme, git...
    Fri May 29 11:45:41 2020 - permalink -
    - https://emacsninja.com/posts/brave-new-world.html
    blog emacs lisp plan9 Scheme
  • Language agnostic
    Enjoy the various programming-themed writings available on offer. The latest post is available below and the archive link is directly above this text.
    Sun May 10 17:49:14 2020 - permalink -
    - http://langnostic.inaimathi.ca/archive
    blog common-lisp emacs Haskell lisp reading
  • A random blog with math, science, and computer content among other things.
    Joe Marshall's non-lisp blog. Lisp/Scheme are the subject of his other blog,
    Abstract Heresies, Unorthodox opinions on computer science and programming. http://funcall.blogspot.com/
    Mon Jan 20 23:44:53 2020 - permalink -
    - https://jrms-random-blog.blogspot.com/
    blog lisp mathematics
  • Milonga, a customizable theme for Emacs
    Milonga is a customizable theme for Emacs, based on the Tango color palette. The specificity of Milonga is in the way it is programmed. Every basic color in the palette has a corresponding foreground and background face, and every themed face inherits from one or two of them instead of having its color hard-wired. This means that if you want to change one of the original colors throughout the theme, you only need to customize one (or two) faces.

    Milonga provides the `milonga-theme' Custom group from which you may access the aforementioned core faces.
    Thu Oct 10 11:10:57 2019 - permalink -
    - https://www.lrde.epita.fr/~didier/software/elisp/#milonga
    emacs GPL lisp software
  • Retrocomputing - MIT CADR Lisp Machines
    Emulator of the MIT CADR. Basically a program to run its microcode. Last updated 2006-07-11.
    Mon Oct 7 15:29:57 2019 - permalink -
    - http://www.unlambda.com/cadr/index.html
    computer history lisp MIT software
  • ρEmacs is a preconfigured distribution of GNU Emacs editor for Microsoft Windows.
    It offers nearly GNU/Linux Emacs experience in Windows with minimum configuration efforts. A set of additional GNU command-line and development tools is available through the network installer. Includes commonly used POSIX utilities such as diff, grep, aspell.
    Optionally, a number of Lisp implementations can be installed.
    Wed Aug 28 09:36:56 2019 - permalink -
    - https://rho-emacs.sourceforge.io/
    editor emacs GNU lisp Windows
  • Lisp Machine-style keyboard layout for PC keyboards in X11
    Vladimir Sedach explains how to establish a lisp machine keyboard layout under X11. He mentions that keycaps with the right symbols have been made.
    Mon Aug 19 15:21:19 2019 - permalink -
    - https://oneofus.la/have-emacs-will-hack/2018-04-08-lisp-machine-keyboard-layout-in-x11.html
    blog key-binding lisp
  • Read Lisp Hackers | Leanpub
    Collection of short interviews with 14 Lisp programmers.
    Fri Jul 5 14:34:22 2019 - permalink -
    - https://leanpub.com/lisphackers/read
    book common-lisp lisp reading
  • Henry Baker's Archive of Research Papers
    Collection of interesting papers, including the famous MIT HAKMEM http://home.pipeline.com/~hbaker1/hakmem/hakmem.html
    Lisp, garbage collection, modular arithmetic and more.
    Mon Jun 24 11:23:51 2019 - permalink -
    - http://home.pipeline.com/~hbaker1/home.html
    6502 common-lisp lisp mathematics physics
  • Easy-ISLisp(EISL) is an interpreter and compiler compatible with ISLisp standard.
    EISL was written by Kenichi Sasagawa
    https://qiita.com/sym_num/items/793adfe118514668e5b0
    The license appears to be similar to BSD/MIT to my non-laywer eyes: https://github.com/sasagawa888/eisl/blob/master/license.txt
    It provides an interface to WiringPi, allowing control of the GPIO pins on a Raspberry π.
    Tue Feb 19 17:03:06 2019 - permalink -
    - https://github.com/sasagawa888/eisl
    compiler FOSS ISLisp lisp pi raspberry software π
  • Two-Bit History
    Blog about computer history, describing the source of cat(1), Lisp, RSS, Ada Lovelace's first program and more.
    Wed Nov 14 13:55:39 2018 - permalink -
    - https://twobithistory.org/
    blog computer history lisp Unix
  • cl-6502 - A Readable CPU Emulator
    cl-6502 is a Common Lisp emulator, assembler and disassembler for the MOS 6502 processor.
    Fri Aug 31 15:56:09 2018 - permalink -
    - https://github.com/kingcons/cl-6502
    6502 BSD common-lisp FOSS lisp literate-programming
  • Robert Smith's repositories
    Found via computable-reals https://github.com/tarballs-are-good/computable-reals, but others such as Quickproject https://github.com/tarballs-are-good/quickproject are interesting as well.
    Mon Jul 16 14:13:46 2018 - permalink -
    - https://github.com/tarballs-are-good?tab=repositories
    common-lisp FOSS lisp software TODO
  • Nim programming language | Nim
    Nim is a systems and applications programming language. Statically typed and compiled, it provides unparalleled performance in an elegant package.

       High-performance garbage-collected language
       Compiles to C, C++ or JavaScript
       Produces dependency-free binaries
       Runs on Windows, macOS, Linux, and more
    Wed Jul 11 11:42:54 2018 - permalink -
    - https://nim-lang.org/
    C FOSS JavaScript language lisp MIT programming
  • A new way of blogging about Common Lisp
    Klipse https://github.com/viebel/klipse
    allows to interactively edit and run programs written in
    Common Lisp, javascript, clojure[script], python, brainfuck, scheme
    in a Javascript-enabled web browser.
    Ironically, it does not seem to work with Firefox 52.6.0 (64-bit)/Windows 7.
    Tue May 8 14:10:11 2018 - permalink -
    - http://blog.klipse.tech/lisp/2018/05/07/blog-common-lisp.html
    blog JavaScript language lisp on-line programming Scheme TODO web
  • ISLisp Processor KISS
    KISS is aimed to be a conforming ISLisp processor.
    The development is at the initial stage.

    The current KISS is an interpreter written in C and ISLisp by Yuji Minejima.

    See also the public domain draft of the ISlisp specification
    https://github.com/nenbutsu/ISLispHyperDraft
    https://nenbutsu.github.io/ISLispHyperDraft/islisp-v23.html
    Tue Mar 27 14:14:34 2018 - permalink -
    - https://github.com/nenbutsu/kiss
    GPL ISLisp lisp software
  • {λ way}
    The {lambda way} project is free and its installation straightforward, download & install. This wiki is not only a showroom, it's a workshop generating pages where {lambda talk} is systematically (and randomly) tested as a programmable programming language for web design, mathematics, graphics and various other things.
    Wed Apr 5 14:58:31 2017 - permalink -
    - http://epsilonwiki.free.fr/lambdaway/
    lisp TODO web
  • Dan Cross's Weblog
    Interesting blog about programming, mathematics, Lisp and Plan 9.
    Sun Mar 19 20:48:47 2017 - permalink -
    - http://pub.gajendra.net/
    lisp mathematics plan9 programming
  • f : ⊥ x ⊥ → ⊥ · Barely typed
    Interesting blog discussion lisp-like languages (the author has forked Clojure), Lisp Machines and more.
    Thu Mar 2 18:50:00 2017 - permalink -
    - https://www.arrdem.com/
    blog lisp operating-system
  • A Modern Space Cadet / Steve Losh
    How to choose and configure keyboards for efficient typing. Found Wed Dec 21 18:38:57 2016, rediscovered Tue Aug 28 01:08:05 2018.
    The blog has other interesting articles, e.g. https://stevelosh.com/blog/2018/08/a-road-to-common-lisp/, https://stevelosh.com/blog/2013/09/teach-dont-tell/
    Wed Dec 21 18:38:57 2016 - permalink -
    - http://stevelosh.com/blog/2012/10/a-modern-space-cadet/
    blog common-lisp hardware HOWTO key-binding keyboard lisp
Links per page: 20 50 100
◄Older
page 4 / 10
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.