Shaare your links...
1860 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 1 / 10
186 results for tags programming x
  • 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
  • Zig is a general-purpose programming language
    Zig is a general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
    Tue Jul 13 00:13:05 2021 - permalink -
    - https://ziglang.org
    compiler language programming
  • Blog about programming and mathematics
    The book reviews on https://catonmat.net/top-100-books-part-eight are short, but cover many interesting books.
    Mon Jun 7 19:14:39 2021 - permalink -
    - https://catonmat.net/
    blog book mathematics programming
  • Dart programming language
    Yet another programming language. C-like syntax, object oriented, garbage collected, can be compiled to machine code or JavaScript.
    Found via https://jrpn.jovial.com/ and https://github.com/zathras/jrpn .
    Thu May 20 13:50:45 2021 - permalink -
    - https://dart.dev/
    JavaScript language programming
  • PHP Manual
    Wed Apr 21 22:09:04 2021 - permalink -
    - https://www.php.net/manual/en/index.php
    language manual PHP programming
  • Numerical Recipes Books On-Line
    Not only older issues of the Numerical Recipes books, but also classics such as
    Handbook Abramowitz and Stegun, Handbook of Mathematical Functions (10th corrected printing, 1972)

    Bateman, Erdelyi et al. (Bateman Manuscript Project)
    Higher Transcendental Functions (vols. 1, 2, and 3)

    and
    Encyclopaedia Britannica the great 11th Edition (1911)

    Found via https://www.hpmuseum.org/forum/thread-16251-post-142741.html#pid142741
    Mon Feb 8 12:15:48 2021 - permalink -
    - http://numerical.recipes/oldverswitcher.html
    algorithm book mathematics numerical programming
  • Just a Summary
    The personal website of Piers Cawley 
    — baker/owner of The Loafery, folk singer and photographer. Found via Sacha Chua's page, because he uses Emacs and PostgresSQL to manage his bakery
    https://bofh.org.uk/2019/02/25/baking-with-emacs/
    but the articles about Turing look interesting too.
    Sun Jan 31 22:55:22 2021 - permalink -
    - https://bofh.org.uk/
    blog emacs programming Turing
  • I've been writing ring buffers wrong all these years
    Blog article about different ways to implement ring buffers. Other interesting articles include
    The origins of XXX as FIXME
    https://www.snellman.net/blog/archive/2017-04-17-xxx-fixme/
    Numbers and tagged pointers in early Lisp implementations
    https://www.snellman.net/blog/archive/2017-09-04-lisp-numbers/
    Tue Sep 8 10:27:45 2020 - permalink -
    - https://www.snellman.net/blog/archive/2016-12-13-ring-buffers/
    blog history Lisp programming
  • Building Mobile Apps (iOS and Android) with Clojurescript
    Found via
    Sun Jun 28 14:40:48 2020 - permalink -
    - https://medium.com/mindorks/building-mobile-apps-ios-and-android-with-clojurescript-4600235f826c
    Android JavaScript 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.