Shaare your links...
2353 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 1 / 9
179 results for tags Lisp x
  • @ramin_hal9001's post | progress on a Emacs Lisp interpreter written in Scheme
    Found on Sacha Chua's blog https://sachachua.com/blog/2025/05/2025-05-12-emacs-news/
    The author plans to create an environment similar to Medley InterLisp, and also inspired by Smalltalk environments like Squeak [1], Pharo [2], or The Glamorous Toolkit [3].
    [1] https://squeak.org/features/
    [2] https://pharo.org/
    [3] https://gtoolkit.com/
    Wed May 14 15:16:30 2025 - permalink -
    - https://fe.disroot.org/@ramin_hal9001/posts/AtxJA8gnXa02frjAEi
    Emacs Lisp Scheme
  • Execute Emacs Lisp in Common Lisp
    The system provides a dedicated package EL (EMACS-LISP), and some definitions.
    Found on the Emacs Wiki https://www.cliki.net/el
    See also https://framagit.org/akater/lisp-primes-for-trickontology
    Thu May 1 21:31:15 2025 - permalink -
    - https://framagit.org/akater/cl-el
    common-lisp Emacs Lisp org-mode
  • GitHub - justinethier/cyclone: :cyclone: A brand-new compiler that allows practical application development using R7RS Scheme. We provide modern features and a stable system capable of generating fast native binaries.
    Found via the Larceny benchmarks https://larcenists.org/benchmarks2017.html
    Thu Apr 10 15:53:50 2025 - permalink -
    - https://github.com/justinethier/cyclone
    compiler FOSS lic:MIT Lisp Scheme software
  • Lisp Machines
    Blog about emulators of Lisp machines. Found via a link on the computer history wiki https://gunkies.org/wiki/LISP_machine
    Wed Mar 12 08:00:55 2025 - permalink -
    - https://lisp-machine.org/
    blog hardware Lisp software
  • The Lisp Curse
    Found on Sacha Chua's blog https://sachachua.com/blog/2025/02/lispy-gopher-show-2025-02-05-programming-languages-history-blogging-and-communities-with-screwtape-ramin-honary-and-me/
    Fri Feb 7 14:17:12 2025 - permalink -
    - https://winestockwebdesign.com/Essays/Lisp_Curse.html
    language Lisp programming reading
  • Maxima on the browser
    This is Maxima [1], a computer algebra system.

    The browser frontend has been built by Marius Gerbershagen using Embeddable Common Lisp [2], emscripten [3], gnuplot [4] and MathJax [5].

    Source code available on https://gitlab.com/spaghettisalat/maxima/-/tree/emscripten-port-deployed?ref_type=heads
    [1] https://sourceforge.net/projects/maxima/
    [2] https://ecl.common-lisp.dev/
    [3] https://emscripten.org/
    [4] http://www.gnuplot.info/
    [5] https://www.mathjax.org/

    Announced by Zach Beane on https://lispblog.xach.com/post/773844754188419072
    Tue Jan 28 10:07:54 2025 - permalink -
    - https://maxima-on-wasm.pages.dev/
    algebra computer Lisp mathematics web
  • The Common Lisp Cookbook
    The CL Cookbook aims to tackle all sort of topics, for the beginner as for the more advanced developer. Found on vindarel's blog
    https://lisp-journey.gitlab.io/blog/running-my-4th-lisp-script-in-production/
    Thu Oct 24 12:30:53 2024 - permalink -
    - https://lispcookbook.github.io/cl-cookbook/
    common-lisp lisp reading
  • About Chialisp | Chialisp
    "Chialisp is a pure and functional language with a focus on security and auditability. Chialisp is commonly used on the Chia blockchain to lock funds in smart coins until spent and released by their owner. This enables behavior similar to that of smart contracts."
    Mention on the Lisp timeline at https://en.wikipedia.org/wiki/AutoLISP
    Fri Sep 6 14:15:31 2024 - permalink -
    - https://chialisp.com/
    language Lisp programming
  • Practices for Software Projects | John Jacobsen
    I discovered this blog via the link to http://johnj.com/posts/to-the-metal/ on https://planet.lisp.org/
    His static site generators https://github.com/eigenhombre/weeds and https://github.com/eigenhombre/organa look interesting too.
    Tue Aug 20 14:36:47 2024 - permalink -
    - http://johnj.com/posts/practices/
    blog common-lisp Lisp org-mode programming software
  • home | kamid
    kamid is a FREE, easy-to-use and portable implementation of a 9p file server daemon for UNIX-like systems with a strong focus on security and correctness.
    Found via https://www.cliki.net/tinmop, where a client for this 9p file server is described.
    See also the author's blog. e.g. https://www.omarpolo.com/post/joy-of-elisp-sndio.html
    Fri Jul 19 12:35:32 2024 - permalink -
    - https://kamid.omarpolo.com/index.html
    emacs FOSS lisp literate-programming plan9 software
  • Unix in Lisp
    Common Lisp program trying to map between Unix and Lisp concepts.
    Sun Jun 16 15:35:27 2024 - permalink -
    - https://www.cliki.net/Unix%20in%20Lisp
    common-lisp lisp software Unix
  • 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
    Mon Oct 16 17:48:36 2023 - permalink -
    - https://fexpr.blogspot.com/2020/12/the-relativity-quantum-split.html
    blog lisp mathematics physics 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
Links per page: 20 50 100
◄Older
page 1 / 9
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.