Shaare your links...
2445 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►
189 results for tags Lisp x
  • Blog articles from José Antonio Ortega Ruiz
    Interesting blog written in org-mode, using https://github.com/bastibe/org-static-blog, written by Bastian Bechtold https://bastibe.de/
    Some highlights:
    https://jao.io/blog/eww-to-org.html convert HTML to orgdown
    the links below probably need to be edited, removing the date
    https://jao.io/blog/literate-programming.html literate programming
    https://jao.io/blog/signel.html, a barebones signal chat on top of signal-cli, written in literate style
    https://jao.io/blog/programmers-go-bananas.html category theory
    https://jao.io/blog/dancers-at-the-end-of-time.html sounds like an interesting book.
    https://jao.io/blog/geometrically-speaking.html geometric proofs, Kindergarten Quantum Mechanics
    https://jao.io/blog/observatory.html Mozilla Observatory to check a website's security
    https://jao.io/blog/simple-note-taking.html simple note taking
    Fri Jul 10 14:45:27 2020 - permalink -
    - https://jao.io/blog/
    blog book emacs lisp mathematics org-mode physics Scheme security Sussman TODO web
  • .@ Tony Finch's homepage
    Interesting software, such as
    unifdef selectively removes C preprocessor conditionals. My version of this program now shipped by all the BSDs (including Mac OS X) and is used by the Linux kernel build system.
    regpg safely stores server secrets using gpg, so you can keep them in version control.
    picoro - tiny coroutine implementations in pure C. I wrote an accompanying article, coroutines in 20 lines of standard C.
    Counting the days - tiny routines for converting Gregorian dates into linear counts, like Julian day numbers or Unix time_t. The date of the count - a small routine for converting linear day counts into Gregorian dates.
    https://dotat.at/@/2016-04-22-synergy-vs-xmodmap-fight.html Why you can't use xmodmap to change how Synergy handles modifier keys
    https://dotat.at/@/2023-05-26-whence-time.html Where does my computer get the time from?
    https://dotat.at/@/2023-08-04-unix69.html a neat keyboard map
    https://dotat.at/@/2024-01-29-four-point-egg.html construct an egg shape with straightedge and compass
    His log of links, https://dotat.at/:/ which I found on the TUHS mailing list is also worth reading. He explains a bit about this log on http://dotat.at/.
    Mon Jun 8 22:31:25 2020 - permalink -
    - http://dotat.at/
    blog C compiler cryptography Go hardware key-binding keyboard lisp mathematics software software time TUHS X11
  • 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
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.