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 2 / 12
Newer►
222 results for tags programming x
  • 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
  • Oberon Computing Systems
    Wiki about the Oberon programming language and several variants of the Oberon operating system.
    Mon Dec 25 14:47:12 2023 - permalink -
    - https://en.m.wikibooks.org/wiki/Oberon
    language Oberon programming software wiki
  • Abstract Heresies: GitHub Co-pilot Review
    Review of GitHub Co-pilot, a code generator based on AI (presumably LLM).
    Mon Nov 27 12:33:33 2023 - permalink -
    - https://funcall.blogspot.com/2023/11/github-co-pilot-review.html
    AI blog programming
  • 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
  • SPARKNaCl - Two Years of Optimizing Crypto Code in SPARK (and counting)
    Found on https://www.linux.com/audience/developers/hacking-the-linux-kernel-in-ada-part-1/
    Fri Sep 15 13:27:49 2023 - permalink -
    - https://blog.adacore.com/sparknacl-two-years-of-optimizing-crypto-code-in-spark-and-counting
    Ada cryptography language programming
  • Hacking the Linux Kernel in Ada – Part 1
    First of a three-part series about programming Linux kernel modules in Ada.
    Found on https://www.linux.com/training-tutorials/five-best-open-source-calendar-servers-linux/
    Fri Sep 15 13:27:02 2023 - permalink -
    - https://www.linux.com/audience/developers/hacking-the-linux-kernel-in-ada-part-1/
    Ada language Linux programming
  • Writing | Glenn Vanderburg
    Articles and papers, mostly about programming languages.
    Found via a link to https://vanderburg.org/old_pages/Tcl/war/ on Wikipedia https://en.wikipedia.org/wiki/Ousterhout%27s_dichotomy
    Wed Jan 25 16:36:43 2023 - permalink -
    - https://vanderburg.org/writing/
    language programming reading Tcl
  • bc/development.md at master - bc - Yzena Tech Gitea
    Document explaining the development of a bc/dc clone. Might be a good example to follow, if I ever make a public project.
    Tue Jan 24 10:07:26 2023 - permalink -
    - https://git.yzena.com/gavin/bc/src/branch/master/manuals/development.md
    C git programming software Unix
  • retrowin32, a win32 emulator and other articles about programming
    "It is now barely capable of executing a few unmodified Windows exe files in a browser (see the site for some links)."
    Contains links to information about various aspects of Windows and how emulators such as Wine are working.

    See also n2: revisiting Ninja https://neugierig.org/software/blog/2022/03/n2.html and https://neugierig.org/software/blog/2020/05/ninja.html for articles about the Ninja build tool.
    Mon Jan 9 07:36:47 2023 - permalink -
    - https://neugierig.org/software/blog/2022/10/retrowin32.html
    blog emulator programming reading software Windows
  • Ted Unangst's blog
    Interesting blog, found via the link to https://www.openbsd.org/papers/bsdcan-signify.html on https://blog.vyos.io/minisign-the-future-of-vyos-image-signature-verification
    Examples are
    signify - sign and verify https://flak.tedunangst.com/post/signify
    humungus a mercurial server/web interface written in Go, https://humungus.tedunangst.com/r/humungus and https://flak.tedunangst.com/post/humungus
    X11 example programs such as timescroll - remap ctrl-scroll to undo and redo, https://humungus.tedunangst.com/r/xtoys
    Sun Oct 2 09:31:25 2022 - permalink -
    - https://flak.tedunangst.com/
    blog Go mercurial programming software X11
  • 8th - One Effort, Multiple Platforms
    Forth-like, cross-platform language with native code compiler. Runs on
    - Microsoft Windows XP/7/8/10
    - macOS 10.7 and later (only 64-bit; 32-bit is no longer supported)
    - Linux - Ubuntu 14.04 and later, and derivatives or similar systems based on libc6
    - Raspbian (Raspberry Pi version of Debian Linux; also works for similar SBC Linux systems)
    - Android 4.4 (API level 19, ARM devices) and later
    - iOS 9.0 and later
    Found via https://pikchr.org/home/doc/trunk/homepage.md
    Fri Aug 12 11:55:36 2022 - permalink -
    - https://8th-dev.com/compare.html
    Forth language programming
  • John Jacobsen's blog
    http://johnj.com/posts/journaling-procedure A Daily Journal in Org Mode
    http://johnj.com/posts/lisp-projects/ Common Lisp How-Tos
    and more.
    Found via John's post on https://planet.lisp.org/
    http://johnj.com/posts/tco/ Adding Tail Call Optimization to A Lisp Written in Go
    See also his GitHub page https://github.com/eigenhombre
    Thu Aug 11 17:18:01 2022 - permalink -
    - http://johnj.com
    blog language lisp org-mode programming
  • BASH3 Boilerplate – Template for writing better Bash scripts
    When hacking up Bash scripts, there are often things such as logging or command-line argument parsing that:
    - You need every time
    - Come with a number of pitfalls you want to avoid
    - Keep you from your actual work
    Here’s an attempt to bundle those things in a generalized way so that they are reusable as-is in most scripts.

    We call it “BASH3 Boilerplate” or b3bp for short.
    Found on https://willschenk.com/articles/2019/computer_setup_script/
    Tue Aug 2 14:07:40 2022 - permalink -
    - https://bash3boilerplate.sh/
    FOSS MIT programming shell
  • MaiZure's Projects - Just another place to dispose of personal programming projects
    Found http://www.maizure.org/projects/decoded-gnu-coreutils/index.html via https://www.gnu.org/software/coreutils/#source
    Recommended reading: http://www.maizure.org/projects/printf/index.html
    Thu Jul 28 12:18:44 2022 - permalink -
    - http://www.maizure.org/projects/index.html
    C GNU mathematics programming reading
  • 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
  • Why Hy? — hy 1.0a4+1.gd56146b9 documentation
    Hy is a multi-paradigm general-purpose programming language in the Lisp family. It’s implemented as a kind of alternative syntax for Python.  http://hylang.org/
    Compared to Python, Hy offers a variety of extra features, generalizations, and syntactic simplifications, as would be expected of a Lisp. Compared to other Lisps, Hy provides direct access to Python’s built-ins and third-party Python libraries, while allowing you to freely mix imperative, functional, and object-oriented styles of programming.
    Found on https://en.wikipedia.org/wiki/Lisp_(programming_language)#Genealogy_and_variants
    Fri Apr 22 14:42:00 2022 - permalink -
    - https://docs.hylang.org/en/alpha/whyhy.html
    language lisp programming Python
  • Blog about the whole ecosystem of PicoLisp
    Sun Apr 3 16:07:01 2022 - permalink -
    - https://picolisp-explored.com/
    Android blog lisp mathematics programming
  • Theory and Modelling Resources Cookbook
    Starlink Cookbook, 2003
    Central Laboratory of the Research Councils
    Particle Physics & Astronomy Research Council
    Somewhat dated guide to numerical computing on Unix. Found via https://en.wikipedia.org/wiki/Numerical_Recipes
    Mon Mar 21 17:00:24 2022 - permalink -
    - https://www.astro.gla.ac.uk/users/norman/star/sc13/sc13.htx/index.html
    C Fortran numerical programming Unix
  • Spencer Usenix 1992 paper [TUHS]
    The paper
    https://www.usenix.org/legacy/publications/library/proceedings/sa92/spencer.pdf
    sounds like it is worth reading.
    Tue Mar 1 16:15:39 2022 - permalink -
    - https://www.tuhs.org/pipermail/tuhs/2022-March/025504.html
    C programming reading TODO Unix
Links per page: 20 50 100
◄Older
page 2 / 12
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.