Shaare your links...
2529 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 1 / 12
237 results for tags programming x
  • LL and LR Parsing Demystified
    I found this blog on the TUHS mailing list https://www.tuhs.org/pipermail/tuhs/2026-May/033905.html
    There are many interesting articles.
    Thu May 28 13:11:31 2026 - permalink -
    - https://blog.reverberate.org/2013/07/ll-and-lr-parsing-demystified.html
    blog computer programming reading science time
  • dps8m / crc · GitLab
    Example of well written, portable C, announced on the TUHS mailing list https://www.tuhs.org/pipermail/tuhs/2026-May/033896.html
    Thu May 28 09:52:23 2026 - permalink -
    - https://gitlab.com/dps8m/crc#overview
    C language programming reading
  • Greg A. Woods
    Found via the TUHS mailing list https://www.tuhs.org/pipermail/tuhs/2026-May/033863.html
    Mon May 25 13:34:10 2026 - permalink -
    - http://www.robohack.ca/~woods/
    C Git history language operating-system programming reading
  • steve yegge - math-every-day
    Interesting blog, found on the Emacs Wiki https://www.emacswiki.org/emacs/EmacsLispComparisons
    Tue May 12 20:01:27 2026 - permalink -
    - https://sites.google.com/site/steveyegge2/math-every-day
    blog Lisp mathematics programming reading
  • Modern Common Lisp with FSet
    On-line Book about FSet, a common lisp library for functional sets.
    Announcecd on Planet Lisp https://scottlburson2.blogspot.com/2026/04/fset-v242-champ-bags-and-v10-of-my-fset.html
    Mon Apr 13 11:44:24 2026 - permalink -
    - https://fset.common-lisp.dev/Modern-CL/Top_html/index.html#SEC_Contents
    book common-lisp FOSS functional Lisp programming reading
  • Implementing transcendental functions in Ivy
    Rob Pike explains how he implemented transcendental functions in the Ivy programming language.
    Mentioned on the MoHP forum https://www.hpmuseum.org/forum/thread-24628-post-215968.html#pid215968
    Sat Jan 31 19:11:49 2026 - permalink -
    - https://commandcenter.blogspot.com/2026/01/implementing-transcendental-functions.html
    algorithm Ivy language numerical Pike programming
  • Python 3.14.2 documentation
    The Python Language Reference — Python 3.14.2 documentation https://docs.python.org/3/reference/index.html
    The Python Tutorial https://docs.python.org/3/tutorial/index.html
    The Python Standard Library  https://docs.python.org/3/library/index.html
    Wed Jan 14 15:26:11 2026 - permalink -
    - https://docs.python.org/3/
    documentation language programming Python
  • Retropikzel's blog - 2025-07-27 - Choosing an R7RS Scheme implementation in 2025
    Found on  https://planet.scheme.org/
    Tue Oct 14 19:24:06 2025 - permalink -
    - https://retropikzel.neocities.org/blog/2025-07-27%20-%20Choosing%20an%20R7RS%20Scheme%20implementation%20in%202025
    blog language Lisp programming Scheme
  • ALIRE: Ada LIbrary REpository
    It includes bindings to OpenGL and examples of the Raspberry π Pico https://pico-doc.synack.me/. Found after https://calculator-scripts.sourceforge.io/hp41cx-tools/encoder/ has been announced of the MoHP forum https://www.hpmuseum.org/forum/thread-22732-post-210728.html#pid210728
    Fri Oct 10 12:45:25 2025 - permalink -
    - https://alire.ada.dev/
    Ada language pi programming raspberry software π
  • Gate-level emulation of an Intel 4004 in 4004 bytes of C
    Found on Leah Neukirchen's blog https://leahneukirchen.org/trivium/2025-09-14
    See also https://nicholas.carlini.com/writing for some interesting articles on LLMs
    Fri Sep 26 11:33:41 2025 - permalink -
    - https://nicholas.carlini.com/writing/2025/ioccc-intel-4004-in-4004-bytes-c.html
    C hack hardware LLM programming TODO
  • [COFF] Perl (was Re: forth on early unix)
    version 2 of
    my paper (now 186 pages) entitled:

    "An interesting example at the intersection of Matrix Mathematics and
    Cryptography (and how Artificial Intelligence can write programs)"
    which can be found at
    https://glassblower.info/crypto/an-interesting-example-at-the-intersection-of-matrix-mathematics-and-cryptography-version-2.pdf
    Thu Sep 25 11:56:20 2025 - permalink -
    - https://www.tuhs.org/pipermail/coff/2025-September/002187.html
    language LLM mathematics programming
  • Scheme Benchmarks
    Mentioned on the 9fans mailing list https://marc.info/?l=9fans&m=175294428011631&w=2
    Sat Jul 19 20:58:24 2025 - permalink -
    - https://ecraven.github.io/r7rs-benchmarks/
    language Lisp programming Scheme
  • Ivy is an interpreter for an APL-like language.
    Written by Rob Pike,  "It is a plaything and a work in progress."
    Found via the MoHP forum https://www.hpmuseum.org/forum/thread-23748-post-206165.html#pid206165
    Mon Jun 30 16:49:05 2025 - permalink -
    - https://pkg.go.dev/robpike.io/ivy#section-readme
    APL FOSS Go language lic:BSD3 Pike programming
  • Amber is a language (derived from Smalltalk) and environment built for the web
    Found on Joseph Holsten's blog https://blog.josephholsten.com/2012/05/03/smalltalk-in-smalltalk-in-javascript/
    The git repository https://lolg.it/amber/amber has been updated 3 years ago (2022).
    Sun Jun 8 23:10:14 2025 - permalink -
    - https://amber-lang.net/
    FOSS language lic:MIT programming Smalltalk web
  • The Hare programming language
    Found on Drew DeVault's blog https://drewdevault.com/2024/05/24/2024-05-24-Bunnix.html
    See also https://drewdevault.com/2022/06/13/helios.html and https://drewdevault.com/2026/01/12/2026-01-12-Hermes-from-the-ground-up.html for predecessor and successor of Bunnix, all three are operating systems written in Hare.
    Sun Jun 1 21:23:15 2025 - permalink -
    - https://harelang.org/
    language programming
  • Understanding the Dynamic Module System of GNU Emacs
    Found on Sacha Chua's blog https://sachachua.com/blog/2025/04/2025-04-21-emacs-news/
    Tue Apr 29 11:42:36 2025 - permalink -
    - https://www.phimulambda.org/blog/emacs-dynamic-module.html
    C emacs programming reading
  • 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
  • A museum of all things computational: mechanical, mainframe, mini, micro
    Forum about retrocomputing, found via a link on Norbert Landsteiner's site https://masswerk.at/lounge.php
    https://retrocomputingforum.com/t/some-materials-on-early-c-and-the-history-of-c/3016 looks interesting.
    Sun Mar 16 19:18:17 2025 - permalink -
    - https://retrocomputingforum.com/
    C computer history language programming reading TODO
  • Vinix is an effort to write a modern, fast, and useful operating system in the V programming language.
    Found via the message https://www.tuhs.org/pipermail/tuhs/2025-March/031472.html on the TUHS mailing list.
    See https://vlang.io/ for the V programming language. Some other new programming languages are mentioned on
    https://www.tuhs.org/pipermail/tuhs/2025-March/031487.html
    Sun Mar 2 22:05:36 2025 - permalink -
    - https://github.com/vlang/vinix
    language lic:GPL2 operating-system programming V
  • snarfed.org | Ryan Barrett's blog
    Found via the Emacs wiki https://www.emacswiki.org/emacs/Git
    https://snarfed.org/2014-02-09_the-paperless-office-arrived-and-no-one-noticed
    Wed Feb 12 15:12:54 2025 - permalink -
    - https://snarfed.org/
    blog programming reading
Links per page: 20 50 100
◄Older
page 1 / 12
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.