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 / 4
68 results for tags Scheme 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
  • 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
  • Why S7 Scheme? — Scheme For Max 0.1 documentation
    Documentation for the S7 scheme interpreter, which can be found on https://ccrma.stanford.edu/software/snd/snd/s7.html
    Thu Apr 10 15:39:05 2025 - permalink -
    - https://iainctduncan.github.io/scheme-for-max-docs/s7.html
    FOSS lic:BSD programming Scheme software
  • http://call-with-current-continuation.org/articles/brutalist-manifesto.txt
    Interesting ideas about minimalist programming. See also http://call-with-current-continuation.org/articles/keyboard-vs-mice.html, http://call-with-current-continuation.org/rants/rants.html and http://call-with-current-continuation.org/misc.html
    Fri Nov 22 10:10:23 2024 - permalink -
    - http://call-with-current-continuation.org/articles/brutalist-manifesto.txt
    politics programming reading Scheme
  • Authenticate your Git checkouts!
    Sun May 26 21:20:45 2024 - permalink -
    - https://guix.gnu.org/en/blog/2024/authenticate-your-git-checkouts/
    authentication git gpg Scheme TODO
  • The Scheme 48 Module System
    Description of the module system of Scheme-48. Found on Jonathan Rees' page https://www.mumble.net/~jar/s48/index.html
    I am not sure yet whether Rees' critique [1] on the use of the term "module" applies here.
    [1] https://odontomachus.wordpress.com/?s=module
    Wed Jan 24 11:34:50 2024 - permalink -
    - https://scsh.net/docu/post/modules.html
    reading Scheme
  • 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
  • Software Design for Flexibility: How to Avoid Programming Yourself into a Corner : Hanson, Chris, Sussman, Gerald Jay: Amazon.de: Bücher
    It was mentioned on a Lisp-related site or mailing list, I do not recall which one.
    Tue Jun 14 13:31:05 2022 - permalink -
    - https://www.amazon.de/Software-Design-Flexibility-Programming-Yourself/dp/0262045494/ref=sr_1_1?crid=1YPOS25JJZHWR&keywords=software+design+for+flexibility&qid=1655201644&s=books&sprefix=Software+Design+for+Flexibility%2Cstripbooks%2C278&sr=1-1&asin=0262045494&revisionId=&format=4&depth=1
    book lisp programming Scheme
  • Snow - a place to share Scheme programs, libraries and data
    Snow is a place to share Scheme programs, libraries and data. Currently we host only R7RS libraries, though we may expand to more dialects in the future.
    Found via a link on https://weinholt.se/articles/cond-expand-and-ifdef/
    I tried to run the trivial program
     (define ! (n) (if (< n 2) 1 (* n (! (1- n)))))
     (display (! 10))
    on http://chibi-scheme.appspot.com/, but got an error message about not being able to enlarge memory arrays.
    Fri Jun 10 10:23:46 2022 - permalink -
    - https://snow-fort.org/
    lisp on-line Scheme software
  • Window-chord
    Key chords for window management inspired by the Symbolics Lisp-machine.
    Found on https://planet.scheme.org/ Monday, December 13, 2021. I did not find an URL for this post.
    See also the push-pin maps https://speechcode.com/blog/push-pin-maps
    https://speechcode.com/maps/world?places=ad,at,be,ca,ch,cn,cz,de,dk,ee,eg,es,fi,fr,gb,gr,hr,hu,id,il,it,jo,jp,li,lt,lv,mt,nl,no,ps,pt,se,si,sk,tr,us,va
    https://speechcode.com/blog/org-to-clipboard
    Wed Dec 15 08:05:28 2021 - permalink -
    - https://speechcode.com/blog/window-chord
    blog JavaScript key-binding lisp map Scheme TODO web
  • From ‘guix environment’ to ‘guix shell’
    While this blog article is about a new feature of the Scheme-based Guix Linux package manager, it contans the following interesting observation about erroneous shell settings: "it’s not uncommon for the shell to mess up with the whole environment. Why? Because, contrary to documented practice, it’s quite common for users to define or override environment variables in the startup files of non-login shells, ~/.bashrc for Bash, ~/.zshrc for Zsh. Instead, environment variable definitions should go to the startup file of login shells—~/.bash_profile, ~/.profile, or similar. But let’s face it: it’s a subtle distinction that few of us know or care about."
    Thu Oct 28 01:29:02 2021 - permalink -
    - https://guix.gnu.org/blog/2021/from-guix-environment-to-guix-shell/
    programming Scheme shell TODO
  • Community-Scheme-Wiki
    This wiki is about anything even remotely related to the programming language Scheme (see what-is-scheme) and the people that use it.
    Tue Oct 12 16:13:08 2021 - permalink -
    - http://community.schemewiki.org/
    lisp programming Scheme wiki
  • Web Design Practices that Don't Suck | Muto
    The site uses weblorg.
    Other articles such as
    https://muto.ca/posts/clean-password-management.html
    https://muto.ca/posts/painting-in-guile-with-opengl.html
    are interesting too.
    Wed Apr 21 11:42:57 2021 - permalink -
    - https://muto.ca/posts/web-design-practices-that-don-t-suck.html
    blog emacs HTML Scheme
  • GitHub - udem-dlteam/mimosa: Minimal operating system for x86 intended as a basis for benchmarking and running Gambit
    The Mimosa operating system consists of a minimal kernel built on C++ and Scheme. It contains a Scheme implementation of a hard drive (ATA) driver, keyboard (PS2), serial (8250 UART), FAT32 filesystem and a small real time clock manager. The project was built to experiment with development of operating system using a high level functional language to study the development process and the use of Scheme to build a fairly complex system.
    Fri Dec 18 15:38:22 2020 - permalink -
    - https://github.com/udem-dlteam/mimosa
    operating-system Scheme
  • Guile hacker's handbook
    Sun Dec 13 21:48:38 2020 - permalink -
    - https://jeko.frama.io/
    GNU reading Scheme
  • CV and articles of Vladimir Nikishkin
    Found via Scheme Planet, where he announced his SRFI to support everything needed for the exercises in SICP.
    Fri Nov 6 16:38:04 2020 - permalink -
    - https://lockywolf.net/
    blog emacs org-mode Scheme SICP
  • 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/2020-02-26-literate-programming.html literate programming
    https://jao.io/blog/2020-02-23-signel.html, a barebones signal chat on top of signal-cli, written in literate style
    https://jao.io/blog/2006-03-17-programmers-go-bananas.html category theory
    https://jao.io/blog/2020-05-01-dancers-at-the-end-of-time.html sounds like an interesting book.
    https://jao.io/blog/2006-07-06-geometrically-speaking.html geometric proofs, Kindergarten Quantum Mechanics
    https://jao.io/blog/2020-05-04-observatory.html Mozilla Observatory to check a website's security
    https://jao.io/blog/2022-06-19-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 web
  • LambdaNative cross-platform development environment
    LambdaNative is an open-source (BSD licensed) cross-platform development environment written in Scheme (Gambit-C), supporting Android, iOS, BlackBerry 10, OS X, Linux, Windows, OpenBSD, and NetBSD. Some cross-compiler support for Raspberry Pi (Carlson-Minot) and OpenWrt (Sitara) also exists. See also https://www.lambdanative.org/
    Sun Jun 28 16:14:31 2020 - permalink -
    - https://github.com/part-cw/lambdanative/wiki
    Android BSD Scheme software
  • Loko Scheme
    Loko Scheme, an optimizing R6RS Scheme compiler!

    - Batteries on the side (Akku.scm)
    - Only available for Linux/amd64, NetBSD/amd64 and bare metal amd64
    - New, untested, obnoxiously Free Software
    - Barely a REPL & slim documentation
    - The worst of Scheme and Lisp
    Sun Jun 21 23:48:24 2020 - permalink -
    - https://scheme.fail/
    compiler FOSS Linux NetBSD Scheme software
Links per page: 20 50 100
◄Older
page 1 / 4
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.