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 5 / 10
Newer►
187 results for tags lisp x
  • Technoblogy
    Interesting projects with Arduino and even smaller AVR-based computers, including tiny lisp computers.
    Sat Nov 12 19:13:50 2016 - permalink -
    - http://www.technoblogy.com/show?KVM
    electronics hardware lisp software
  • Multics Emacs History/Design/Implementation
    What follows is my vast, unpublished 1979 "Mother of All Multics Emacs papers" from which all of my lesser and greater Emacs papers, published, internal, and unpublished, were ultimately excerpted, including Prose and CONS: A Commercial Text-Processing System in Lisp in the 1980 Lisp Conference proceedings and the 1980 Honeywell conference paper. It's about time to expose it, and the WWW/HTML is now the ideal vehicle.
    Mon Oct 17 18:08:14 2016 - permalink -
    - http://www.multicians.org/mepap.html#seciii
    computer emacs history lisp
  • An Exercise in Irrelevance » Blog Archive » Lenticular Text: Looking at code from different angles
    A literate programming tool for Emacs.
    Thu Oct 13 19:58:21 2016 - permalink -
    - http://www.russet.org.uk/blog/3035
    emacs lisp literate-programming
  • uLisp - Lisp for the Arduino
    Requirements
     RAM: 2 Kbytes to 32 Kbytes.
     Program memory: At least 32 Kbytes (the program currently uses about 22 Kbytes of program memory).
     EEPROM memory: Used for saving and loading the uLisp workspace.

    Recommended platforms
     Arduino Uno or other ATmega328-based cards.
    Thu Sep 15 12:31:23 2016 - permalink -
    - http://www.ulisp.com/
    Arduino lisp software
  • GitHub - Shinmera/portacle: A portable common lisp development environment
    Portacle is a PORTAble Common Lisp Environment. What this means is that it is a fully featured integrated development environment for use with Common Lisp that runs on all major platforms and can even be put onto a USB stick to carry around. For Linux, OS X and Windows.
    Used to be on https://github.com/Shinmera/portacle
    Mon Jul 18 03:13:51 2016 - permalink -
    - https://portacle.github.io/
    common-lisp emacs FOSS lisp SBCL software
  • Retrocomputing - MIT CADR Lisp Machines
    After a long and interesting search I uncovered a set of 9-track tapes which appear to be a snapshot of the MIT CADR Lisp machine source code from around 1980. This is not the final source code and not the last source release I will make. It is, however, the first source release.

    Tom Knight and others at MIT helped me secure permission from MIT's Patent office to release the software. I am indebted to him and the others for making this possible.

    On 2016-01-07, it was unreachable. The text above can also be found on http://www.unlambda.com/mit/index.html, a CADR emulator lives on http://www.unlambda.com/cadr/index.html
    Wed Dec 23 22:17:59 2015 - permalink -
    - http://www.heeltoe.com/retro/mit/mit_cadr_lmss.html
    computer history lisp machine
  • (lisp (flavoured (erlang)))
    Lisp compiler for the Erlang VM.
    Fri Nov 6 18:07:59 2015 - permalink -
    - http://lfe.io/
    erlang lisp software
  • http://mumble.net/~campbell/scheme/style.txt
    This is a guide to Lisp style, written by Taylor R. Campbell, to
    describe the standard rules of Lisp style as well as a set of more
    stringent rules for his own style.
    The site contains o
    Fri Nov 6 15:10:34 2015 - permalink -
    - http://mumble.net/~campbell/scheme/style.txt
    lisp reading Scheme
  • Fun With Closures - Blog - TyNET
    Blog covering programming, Lisp and more.
    Mon Aug 4 14:34:29 2014 - permalink -
    - http://blog.tymoon.eu/p/200-Fun_With_Closures#blog
    blog lisp
  • Turning the Apple //e into a lisp machine, part 1
    Fun hack.
    Tue Oct 22 16:55:35 2013 - permalink -
    - http://blog.nullspace.io/apple-2-lisp-part-1.html
    hack lisp
  • A Complete Guide to Mastering Eshell | Mastering Emacs
    Interesting explanation of eshell, the Emacs shell. It claims that diff is "redirected to Emacs proper".
    See also https://www.masteringemacs.org/article/replacing-tmux-gnu-screen-emacs and
    https://www.masteringemacs.org/article/securely-generating-totp-tokens-emacs (bookmarked Tue Oct 25 16:08:47 2022)
    Wed Sep 18 13:56:00 2013 - permalink -
    - http://www.masteringemacs.org/articles/2010/12/13/complete-guide-mastering-eshell/
    blog cryptography emacs lisp reading security
  • About | Irreal
    Blog about Emacs, Scheme, Lisp, and other geeky things.
    Wed Sep 18 13:36:56 2013 - permalink -
    - http://irreal.org/blog/?page_id=15
    blog emacs lisp Scheme security
  • Common Lisp
    Some arguments for (Common) Lisp, in german. Web site was produced using Org-mode.
    Tue Jul 23 10:53:57 2013 - permalink -
    - http://www.iqool.de/index.html
    common-lisp emacs german lisp org-mode
  • Lisp -> Javascript translator
    It translates a subset of Common Lisp to Javascript
    + bignum arithmetic
    - no SQRT, SIN, ATAN, FORMAT, APROPOS
    - #x and #.r upset the reader
    See also the author's blog http://davazp.net/2013/01/04/lisp-to-javascript.html
    Sat Jun 22 01:48:53 2013 - permalink -
    - http://davazp.net/jscl/jscl.html
    hack JavaScript lisp on-line
  • Siglab
    Announcement of SigLab source code availability. Found via the CLD, on the same day (2006-10-06) when I discovered the code via Google code search.
    Tue Feb 5 00:51:33 2013 - permalink -
    - http://article.gmane.org/gmane.lisp.lispworks.general/5816
    common-lisp DSP lisp TODO tool
  • LambdaPi - A Lisp-based operating system for the Raspberry Pi single board computer
    A Scheme / Lisp based operating system for the Raspberry Pi single board computer. Also (hopefully) provides a BSD-licensed implementation of drivers for the Pis hardware.
    It used to live on https://gitorious.org/lambdapi#more, but as of 2016-02-16, it yields 404 - No projects found

    Fortunately, it has been moved to github.
    Wed Dec 19 12:13:39 2012 - permalink -
    - https://github.com/GitoriousLispBackup/lambdapi
    lisp operating-system pi raspberry Scheme π
  • Antik
    Antik provides a foundation for scientific and engineering computation in Common Lisp. It is designed not only to facilitate numerical computations, but to permit the use of numerical computation libraries and the interchange of data and procedures, whether foreign (non-lisp) or Lisp libraries. It is named after the Antikythera mechanism, one of the oldest examples of a scientific computer known. It is available via Quicklisp.
    Wed Aug 29 15:31:12 2012 - permalink -
    - http://www.common-lisp.net/project/antik/
    common-lisp lisp mathematics numerical
  • null program null program
    Blog about programming (Emacs, Common Lisp, etc.). Includes a demonstration of a HTML5/JavaScript based presentation software. Found via a comment in powerline.el on the EmacsWiki.
    Wed Jun 6 13:12:55 2012 - permalink -
    - http://nullprogram.com/
    blog emacs JavaScript lisp presentation programming
  • msnyder.info: Matthew Snyder's blog
    Blog with interesting articles about web programming and test driven development with Lisp, a gopher client for Emacs, blogging using Org-mode and more.
    Fri Jan 6 13:26:54 2012 - permalink -
    - http://msnyder.info/
    blog CSS emacs lisp web
  • Dorophone: Deep Emacs Lisp Part 1
    Introduction to monads using Emacs lisp.
    Fri May 27 13:45:25 2011 - permalink -
    - http://dorophone.blogspot.com/2011/04/deep-emacs-part-1.html
    emacs lisp monads programming TODO
Links per page: 20 50 100
◄Older
page 5 / 10
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.