Shaare your links...
2371 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 2 / 6
Newer►
105 results for tags language x
  • 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
  • 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://www.tuhs.org/pipermail/tuhs/2022-February/025351.html
    A bit later in the same thread, the scripting language Wren https://wren.io/ was mentioned.
    Some people on the 9fans mailing list critcized V in a thread starting at https://marc.info/?l=9fans&m=172789698811416&w=2
    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 editor FOSS language ML programming Prolog
  • 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
  • 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
  • Nim programming language | Nim
    Nim is a systems and applications programming language. Statically typed and compiled, it provides unparalleled performance in an elegant package.

       High-performance garbage-collected language
       Compiles to C, C++ or JavaScript
       Produces dependency-free binaries
       Runs on Windows, macOS, Linux, and more
    Wed Jul 11 11:42:54 2018 - permalink -
    - https://nim-lang.org/
    C FOSS JavaScript language lisp MIT programming
  • A new way of blogging about Common Lisp
    Klipse https://github.com/viebel/klipse
    allows to interactively edit and run programs written in
    Common Lisp, javascript, clojure[script], python, brainfuck, scheme
    in a Javascript-enabled web browser.
    Ironically, it does not seem to work with Firefox 52.6.0 (64-bit)/Windows 7.
    Tue May 8 14:10:11 2018 - permalink -
    - http://blog.klipse.tech/lisp/2018/05/07/blog-common-lisp.html
    blog JavaScript language lisp on-line programming Scheme TODO web
  • Home Page of Evan Miller
    For a good example, read http://www.evanmiller.org/dont-kill-math.html
    Wed Mar 28 00:24:51 2018 - permalink -
    - http://www.evanmiller.org/
    blog language mathematics programming TODO
  • fanf | Named and optional function arguments in C99
    Tue Sep 26 01:35:58 2017 - permalink -
    - https://fanf.dreamwidth.org/121573.html
    C hack language programming
  • Try it out on-line
    Interpreters/compilers for more than 100 programming languages which can be used on-line.
    Sun Jul 23 19:04:02 2017 - permalink -
    - https://tio.run/#
    language on-line programming
  • I’m Dreaming Of A White C
    Prototype of a translator from a python-like syntax to C. Found via
    https://www.jwz.org/blog/2017/04/python-has-a-lot-to-fucking-answer-for/#comments

    On http://xed.ch/help/, a number of useful personal technical notes can be found.

    For example, http://xed.ch/help/usbdrive.html describes how to create bootable USB drives.
    Wed Apr 12 12:36:44 2017 - permalink -
    - http://xed.ch/b/2015/0901.html
    C language programming Python reading USB
  • The Go Programming Language (Addison-Wesley Professional Computing Series) 1, Alan A. A. Donovan, Brian W. Kernighan, eBook - Amazon.com
    by Alan A. A. Donovan, Brian W. Kernighan
    Thu Mar 30 00:20:57 2017 - permalink -
    - https://www.amazon.com/Programming-Language-Addison-Wesley-Professional-Computing-ebook/dp/B0184N7WWS/ref=as_li_ss_tl?s=books&ie=UTF8&qid=1483188224&sr=1-1&keywords=the+go+programming+language&linkCode=sl1&tag=rbersblog-20
    book Go Kernighan language programming
  • Perapera Language Tools
    Free add-ons for Firefox and Chrome to help translating between chinese or japanese and english.
    Mon Nov 14 13:40:34 2016 - permalink -
    - http://www.perapera.org/
    FOSS language tool
  • cppreference.com -- reference manuals for C (89--11) and C++ (98--17)
    On-line references for the C and C++ programming languages and their standard libraries. Also available as archives for off-line viewing
    http://en.cppreference.com/w/Cppreference:Archives
    Fri Sep 23 12:40:46 2016 - permalink -
    - http://en.cppreference.com/w/
    C C++ language on-line reference
  • Welcome to the Tclers Wiki!
    A Wiki about the Tcl programming language and the Tk graphical toolkit.
    Sun Sep 4 19:38:56 2016 - permalink -
    - http://wiki.tcl.tk/
    graphical-programming language programming Tcl wiki
Links per page: 20 50 100
◄Older
page 2 / 6
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.