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 / 6
102 results for tags language x
  • 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
  • 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
  • GitHub - rems-project/sail: Sail architecture definition language
    Sail is a language for defining the instruction-set architecture (ISA) semantics of processors: the architectural specification of the behaviour of machine instructions. Sail is an engineer-friendly language, much like earlier vendor pseudocode, but more precisely defined and with tooling to support a wide range of use-cases.
    Found on the CHERI page https://www.cl.cam.ac.uk/research/security/ctsrd/cheri/
    Wed Sep 25 14:49:22 2024 - permalink -
    - https://github.com/rems-project/sail
    computer hardware language programming
  • Discussion of C's weaknesses
    The links to CHERI sound interesting.
    Sat Sep 21 15:28:41 2024 - permalink -
    - https://www.tuhs.org/pipermail/tuhs/2024-September/030851.html
    C language programming 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
  • A Crash Course in Python for Scientists, by Rick Muller, Sandia National Laboratories
    Fri Aug 23 13:33:17 2024 - permalink -
    - https://nbviewer.org/gist/anonymous/5920182
    language programming python reading TODO
  • New mandoc -mdoc -T markdown converter
    Critique of markdown. Found on the TUHS mailing list
    https://www.tuhs.org/pipermail/tuhs/2024-June/029960.html
    Sun Jun 2 22:42:36 2024 - permalink -
    - https://undeadly.org/cgi?action=article&sid=20170304230520
    language markup software
  • Playing with Oberon in 2019
    Blog, mostly about the Plan 9 operating system. Found https://seh.dev/p9sk1/ when searching for information about the dp9ik authentication protocol introduced by 9front.

    Other pages I found are
    - https://echoline.org/webterm.pdf, explaining Webterm, an HTML5 remote desktop for use with Plan 9[1] which re-
     imagines drawterm inside of a browser. The source code is available at https://github.com/echoline/webterm
    - https://man.9front.org/6/authsrv
    Thu May 23 13:50:16 2024 - permalink -
    - https://seh.dev/oberon/
    blog computer crytopgraphy history language Oberon plan9 programming security Wirth
  • The Go Programming Language
    I have read quite a bit about Go, but apparently not saved any bookmarks.
    https://pkg.go.dev/math/big@go1.22.0#Int has functions useful for the 256-bit benchmark.
    Includes an on-line "REPL".
    Fri Mar 1 11:57:14 2024 - permalink -
    - https://go.dev/
    Go language on-line programming REPL
  • 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
  • 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
  • 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
  • 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
  • the Fennel programming language
    Fennel is a programming language that brings together the speed, simplicity, and reach of Lua with the flexibility of a lisp syntax and macro system.

    Full Lua compatibility: Easily call any Lua function or library from Fennel and vice-versa.
    Zero overhead: Compiled code should be just as efficient as hand-written Lua.
    Compile-time macros: Ship compiled code with no runtime dependency on Fennel.
    Embeddable: Fennel is a one-file library as well as an executable. Embed it in other programs to support runtime extensibility and interactive development.
    Anywhere you can run Lua code, you can run Fennel code.
    Wed Feb 23 14:01:22 2022 - permalink -
    - https://fennel-lang.org/
    language lisp Lua programming
Links per page: 20 50 100
◄Older
page 1 / 6
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.