Shaare your links...
2440 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 2 / 10
Newer►
189 results for tags lisp x
  • Brain dump - Nicolas Martyanoff's blog
    I have seen this before, but apparently I had not bookmarked it. Today I read the statement "As usual, the best way to figure out how something works is to get rid of the high level tools and try to do it on your own." which resonates with my experience on https://www.n16f.net/blog/building-erlang-applications-the-hard-way/
    https://www.n16f.net/blog/improving-git-diffs-for-lisp/ looks useful too.
    Tue Feb 27 09:49:41 2024 - permalink -
    - https://www.n16f.net/
    blog lisp
  • GitHub - tfeb/tfeb-lisp-tools: TFEB.ORG Lisp tools
    Found on Tim Bradshaw's home page https://www.tfeb.org/
    require-module sounds interesting.
    Tue Feb 6 12:45:07 2024 - permalink -
    - https://github.com/tfeb/tfeb-lisp-tools?tab=readme-ov-file#user-content-fn-1-2cb759faf08c2f1233cb3e0fe9ccfac7
    common-lisp FOSS lisp MIT tool
  • Lunar Programming Language by David A. Moon
    Lunar is my attempt to distill 40 years of programming language experience into the "best" language I can come up with. I hope that this will bring some forgotten ideas back into the spotlight of public attention.
    Thu Jan 11 20:56:26 2024 - permalink -
    - http://users.rcn.com/david-moon/Lunar/
    language lisp programming
  • Open Dylan
    Found via https://www.theregister.com/2023/12/25/the_war_of_the_workstations/
    Thu Jan 11 15:42:17 2024 - permalink -
    - https://opendylan.org/
    computer history language lisp programming
  • Lisp vs Forth
    Henry Baker wrote a beautiful little paper (see
    https://www.plover.com/~mjd/misc/hbaker-archive/ForthStack.html) showing
    the mapping between Linear Lisp (a Lisp in which all variables are
    referenced once and only once) and a Forth-style "frameless stack".  There
    is also a discussion of Forth as a set of linear combinators: Manfred von
    Thun's Joy https://en.wikipedia.org/wiki/Joy_(programming_language) is a
    Forth-like using nested lists in which the stack is the top-level list.
    Wed Jan 3 02:14:16 2024 - permalink -
    - https://www.tuhs.org/pipermail/tuhs/2024-January/029257.html
    Baker Forth lisp reading
  • Andrey Listopadov's blog
    Found via https://ochicken.net/projects/workspace/
    https://andreyor.st/posts/2022-02-22-new-look/ could be useful for my own blog, if I ever start it.
    Sat Nov 25 00:22:58 2023 - permalink -
    - https://andreyor.st/posts/2020-04-29-text-editors/
    blog emacs lisp programming reading Scheme TODO
  • Structural insight: The relativity-quantum split
    Found via https://hyper.dev/2023/seed-0-freedom-of-expression-john-shutt-kernel/ on Planet Scheme
    See also https://fexpr.blogspot.com/2019/04/nabla_18.html which links to https://en.wikipedia.org/wiki/Hyperfunction
    Mon Oct 16 17:48:36 2023 - permalink -
    - https://fexpr.blogspot.com/2020/12/the-relativity-quantum-split.html
    blog for:mp lisp mathematics physics reading Scheme science
  • Typed Lisp, A Primer
    The periodic table of the loop macro looks interesting.
    According to https://github.com/bastibe/org-static-blog/, this blog is produced using org-static-blog
    Thu May 11 18:51:33 2023 - permalink -
    - http://alhassy.com/TypedLisp.html
    blog lisp org-mode reading
  • These Years in Common Lisp: 2022 in review - Lisp journey
    Lots of links to interesting projects.
    https://www.reddit.com/r/Common_Lisp/comments/thspgt/securing_quicklisp_through_mitmproxy/
    https://github.com/clasp-developers/clasp/releases/tag/2.0.0
    Wed Apr 26 15:52:23 2023 - permalink -
    - https://lisp-journey.gitlab.io/blog/these-years-in-common-lisp-2022-in-review/#implementations
    blog common-lisp lisp TODO
  • LM-3 --- resurrecting the MIT CADR Lisp machine
    Found via https://groups.google.com/g/lispcore/c/S3JKR_k_uKY
    See also https://tumbleweed.nu/r/bug-lispm/forumpost/546e31bb40 for the announcement "System 100.0 is now released!"
    Mon Apr 17 00:37:51 2023 - permalink -
    - https://tumbleweed.nu/lm-3/
    computer history lisp software
  • Amjad Masad's blog
    About his life and work, which involves programming. Mentioned on the Interlisp Google group for the article
    https://amasad.me/right on DWIM.
    Fri Mar 3 08:34:33 2023 - permalink -
    - https://amasad.me
    blog lisp philosophy
  • The why of version.lisp-expr
    Fe[nl]ix explains his approach to maintain a version number for Lisp systems.
    Tue Feb 21 08:56:29 2023 - permalink -
    - https://blog.cddr.org/posts/2012-06-05-the-why-of-version-dot-lisp-expr/
    blog common-lisp lisp TODO
  • Nicolas Martyanoff — Brain dump
    Interesting blog, includes articles such as
    Using GnuPG https://www.n16f.net/blog/using-gnupg/
    https://www.n16f.net/blog/decluttering-dired-for-peace-of-mind/
    https://www.n16f.net/blog/common-lisp-implementations-in-2023/
    Fri Feb 17 07:26:04 2023 - permalink -
    - https://www.n16f.net/blog
    blog common-lisp cryptography emacs GPG lisp
  • A practical GNU epsilon tutorial
    Explanation of GNU epsilon https://www.gnu.org/software/epsilon/epsilon.html
    "The ε core language, an imperative first-order language, is called ε₀. It’s inconvenient for humans to use for serious problems, yet simple and potentially very efficient. Using ε₀ I’ve built ε₁, a higher-level language with a Lispy feel, but untyped — not dynamically typed like Lisp: untyped, like Forth and machine language."

    See also https://ageinghacker.net/blog/posts/33/ for make-gallery, a bash script to generate a HTML photo gallery.
    Fri Jan 27 14:46:14 2023 - permalink -
    - https://ageinghacker.net/blog/posts/17/
    blog lisp reading software TODO tool web
  • The wild world of non-C operating systems
    Mentioned on the Interlisp mailing list.
    Sat Dec 31 23:28:09 2022 - permalink -
    - https://www.theregister.com/2022/03/29/non_c_operating_systems/
    computer history lisp operating-system Wirth
  • Blake McBride's free software
    Found via https://interlisp.org/doc/info/Using.html, which links to https://github.com/blakemcbride/medley-intro but has other interesting stuff such as
    https://github.com/blakemcbride/Rand-E-Editor
    https://github.com/blakemcbride/TECOC
    https://github.com/blakemcbride/LISP9
    https://github.com/blakemcbride/Lisp1
    Fri Dec 30 23:21:24 2022 - permalink -
    - https://github.com/blakemcbride?tab=repositories
    editor lisp software TECO
  • MakerLisp
    The MakerLisp Machine is a portable, modular computer system, designed to recapture the feel of classic computing, with modern hardware. The CPU is a Zilog eZ80 running at 50 MHz, which supports up to 16 MB of zero wait state RAM. The system software is 'MakerLisp', a 'Lisp on Bare Metal' system that allows direct access to system hardware, while providing the concise expressive power of a functionally complete Lisp environment. The machine is also an ideal platform for an extended CP/M. A full system configuration is pictured here, with CPU, expansion board, USB keyboard, and VGA display, in the laser-cut wood 'MakerStation' enclosure.
    Found via the TUHS mailing list https://www.tuhs.org/pipermail/tuhs/2022-December/027035.html
    Thu Dec 22 11:03:30 2022 - permalink -
    - https://www.makerlisp.com/
    computer hardware lisp software
  • vc-fossil: GNU Emacs VC backend for the Fossil version control system
    Support for the Fossil version control system https://fossil-scm.org/home/doc/trunk/www/index.wiki for Emacs' VC version control abstraction.
    Wed Nov 30 11:44:09 2022 - permalink -
    - https://tumbleweed.nu/r/vc-fossil/doc/tip/README.md
    emacs FOSS fossil GNU lisp version-control
  • liam_on_linux | Entries tagged with lisp
    Interesting blog, some example articles:
    Sandcastles and skyscrapers (VMS vs Unix) https://liam-on-linux.dreamwidth.org/#entry-86240
    history of MS-DOS https://liam-on-linux.dreamwidth.org/#entry-85836
    I want to see AROS, MorphOS or Haiku on the Raspberry Pi  https://liam-on-linux.dreamwidth.org/#entry-83201
    Found on the TUHS mailing list.
    Thu Nov 10 15:05:09 2022 - permalink -
    - https://liam-on-linux.dreamwidth.org/tag/lisp
    blog lisp operating-system Unix
  • Use ‘xkb’ to setup full-spectrum of modifiers—Meta, Alt, Super, and Hyper—for use with Emacs – Emacs Notes
    How to enable modifier keys in X11.
    https://emacsnotes.wordpress.com/2022/08/16/who-stole-c-c-and-possibly-other-keys-from-my-emacs/ looks interesting too.
    Wed Nov 2 14:19:35 2022 - permalink -
    - https://emacsnotes.wordpress.com/2022/10/30/use-xkb-to-setup-full-spectrum-of-modifiers-meta-alt-super-and-hyper-for-use-with-emacs/
    blog emacs HOWTO key-binding lisp X11
Links per page: 20 50 100
◄Older
page 2 / 10
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.