Shaare your links...
1984 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 1 / 10
194 results for tags programming x
  • 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
  • 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. 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://minnie.tuhs.org/pipermail/tuhs/2022-March/025504.html
    C programming reading TODO Unix
  • 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
  • Kalyn: a self-hosting compiler for x86-64
    Found via https://vlang.io/ → https://github.com/damon-kwok/v-mode → https://github.com/raxod502/straight.el
    The programming language playground https://riju.codes/ looks interesting too.
    Fri Feb 11 11:59:24 2022 - permalink -
    - https://intuitiveexplanations.com/tech/kalyn#what-the-project-is-and-why-it-exists
    blog compiler Haskell language lisp programming
  • Open Dylan
    Dylan is a multi-paradigm functional and object-oriented programming language. It is dynamic while providing a programming model designed to support efficient machine code generation, including fine-grained control over dynamic and static behaviors.
    Sun Feb 6 19:42:59 2022 - permalink -
    - https://opendylan.org/index.html
    FOSS language lisp programming
  • The V programming language
    A simple programming language with syntax similar to Go. Found via https://minnie.tuhs.org/pipermail/tuhs/2022-February/025351.html
    A bit later in the same thread, the scripting language Wren https://wren.io/ was mentioned.
    Sat Feb 5 23:08:40 2022 - permalink -
    - https://vlang.io/
    language programming
  • The Free Poplog Portal
    Poplog is a system (compilers, run-time, editor) for the languages Pop-11, Common Lisp, Prolog and ML.
    Poplog was developed in the School of Cognitive and Computing Sciences at the University of Sussex and at ISL (now part of SPSS), and is distributed free of charge by courtesy of both organisations.
    Sat Jan 29 16:48:23 2022 - permalink -
    - https://www.cs.bham.ac.uk/research/projects/poplog/freepoplog.html
    common-lisp FOSS language ML programming Prolog
  • 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
  • Programming in the 21st Century
    It's not about technology for its own sake. It's about being able to implement your ideas.
    Tue Sep 7 11:31:18 2021 - permalink -
    - https://prog21.dadgum.com/
    blog programming
Links per page: 20 50 100
◄Older
page 1 / 10
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.