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 / 5
88 results for tags common-lisp x
  • free42 Random Math Stuff
    Polynomial root finder for {dm,hp}42s using Laguerre's method. Found on https://forum.swissmicros.com/viewtopic.php?p=20091#p20091
    The Emacs tools for {dm,hp}42 code on https://richmit.github.io/hp42/hp42s-meta.html and the
    Lisp library http://www.mitchr.me/SS/mjrcalc/ look interesting too.
    Mon Jun 13 15:52:20 2022 - permalink -
    - https://richmit.github.io/hp42/math.html#org670c9bb
    algorithm calculator common-lisp emacs Hewlett Laguerre lisp numerical org-mode Packard root-finding tool
  • 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
  • Common Lisp on Android : lisp
    Failed attempt to build sbcl on Android using ecl, which exists both as inofficial Termux package and as Termux-independent Android app
    https://gitlab.com/eql/EQL5-Android/
    But I believe that ECL only provides a byte compiler since native compilation is done via C.
    See also https://www.christopherbiscardi.com/2014/1/10/common-lisp-on-android-running-the-mocl-android-example
    Fri Nov 5 14:50:26 2021 - permalink -
    - https://www.reddit.com/r/lisp/comments/j7hom9/common_lisp_on_android/
    Android common-lisp
  • C Compiler for Common Lisp
    See also https://github.com/vsedach/Vacietis and https://awesomeopensource.com/project/vsedach/Vacietis
    Fri Jul 30 09:56:30 2021 - permalink -
    - https://cliki.net/Vacietis
    C common-lisp compiler
  • Fileworthy
    Fileworthy is intended to facilitate easy management of files and notes across many devices.
    Mon May 17 11:26:17 2021 - permalink -
    - https://thiru.github.io/fileworthy/docs/
    common-lisp literate-programming TODO web
  • Nyxt browser: the internet on your terms.
    Nyxt is a keyboard-oriented, infinitely extensible web browser designed for power users. Conceptually inspired by Emacs and Vim, it has familiar key-bindings (Emacs, vi, CUA), and is fully configurable in Lisp.
    Was called Next before 2020-06-23 https://github.com/nEXT-Browser/nEXT
    Thu Mar 25 22:35:29 2021 - permalink -
    - https://nyxt.atlas.engineer/
    common-lisp emacs software web
  • Literate programming tool for Common Lisp
    literate-lisp provides an easy way to use literate programming in Common Lisp language. It extends the Common Lisp reader syntax so a Common Lisp vendor can read org files as Common Lisp source files.

    By using this package(literate-lisp), Emacs org mode and Emacs Lisp library polymode, literate programming can be very easy in one org file containing both documentation and source codes, and this org file can interact well with SLIME.
    Thu Mar 11 14:03:35 2021 - permalink -
    - https://github.com/jingtaozf/literate-lisp
    common-lisp emacs literate-programming org-mode tool
  • Introducing ox-coleslaw
    Org-mode exporter for the Coleslaw static HTML generator.
    Fri Jan 8 16:06:13 2021 - permalink -
    - https://ryuslash.org/posts/Introducing-ox-coleslaw.html
    blog common-lisp emacs org-mode tool
  • GitHub - susam/emacs4cl: A 35 line ~/.emacs to quickly set up vanilla Emacs for Common Lisp programming
    This repository provides a tiny .emacs file to set up Emacs quickly for Common Lisp programming. README.md provides a detailed description of how to set it up and get started with Common Lisp programming.
    Fri Dec 18 11:01:45 2020 - permalink -
    - https://github.com/susam/emacs4cl
    common-lisp emacs FOSS software
  • Language agnostic
    Enjoy the various programming-themed writings availble on offer. The latest post is available below and the archive link is directly above this text.
    Sun May 10 17:49:14 2020 - permalink -
    - http://langnostic.inaimathi.ca/archive
    blog common-lisp emacs Haskell lisp reading
  • eql / EQL5-Android · GitLab
    This is an Android port of EQL5 https://gitlab.com/eql/EQL5
    Embedded Qt Lisp (Qt5 binding embedded in ECL, embeddable in Qt)
    See also https://www.lights-of-holiness.eu/android/
    Mon Aug 19 17:03:05 2019 - permalink -
    - https://gitlab.com/eql/EQL5-Android
    Android common-lisp MIT Qt software
  • Read Lisp Hackers | Leanpub
    Collection of short interviews with 14 Lisp programmers.
    Fri Jul 5 14:34:22 2019 - permalink -
    - https://leanpub.com/lisphackers/read
    book common-lisp lisp reading
  • Henry Baker's Archive of Research Papers
    Collection of interesting papers, including the famous MIT HAKMEM http://home.pipeline.com/~hbaker1/hakmem/hakmem.html
    Lisp, garbage collection, modular arithmetic and more.
    Mon Jun 24 11:23:51 2019 - permalink -
    - http://home.pipeline.com/~hbaker1/home.html
    6502 common-lisp lisp mathematics physics
  • AONT-Tolstoy: 1-click encode / decode of confidential information — no keys needed
    AONT = All Or Nothing Transforms = a secure way to transmit a document to a recipient in such a way that the recipient either gets the entire unmolested document in originally submitted form, or nothing at all. This idea goes back to Ronald Rivest of MIT. Very clever idea. It is crypto without being crypto in a legal sense.
    Fri Feb 8 14:46:46 2019 - permalink -
    - https://github.com/dbmcclain/AONT-Tolstoy
    common-lisp cryptography Rivest
  • clisp / clisp · GitLab
    source code and wiki for GNU clisp, more up-to-date than the one on
    https://clisp.sourceforge.io/ (on 2018-12-11 that had Current version: 2.49 (2010-07-07), whereas the git repository contains changes done 4 weeks ago.
    Tue Dec 11 11:49:15 2018 - permalink -
    - https://gitlab.com/gnu-clisp/clisp
    common-lisp git GPL software
  • cl-6502 - A Readable CPU Emulator
    cl-6502 is a Common Lisp emulator, assembler and disassembler for the MOS 6502 processor.
    Fri Aug 31 15:56:09 2018 - permalink -
    - https://github.com/kingcons/cl-6502
    6502 BSD common-lisp FOSS lisp literate-programming
  • Robert Smith's repositories
    Found via computable-reals https://github.com/tarballs-are-good/computable-reals, but others such as Quickproject https://github.com/tarballs-are-good/quickproject are interesting as well.
    Mon Jul 16 14:13:46 2018 - permalink -
    - https://github.com/tarballs-are-good?tab=repositories
    common-lisp FOSS lisp software TODO
  • Software, Quick Reference Materials, Essays, Christianity
    Currell Berry's collection of software and essays. Includes typographically improved version of the draft ANSI standard for Common Lisp
    http://cvberry.com/tech_writings/notes/common_lisp_standard_draft.html

    Write him about the typos I found.
    Fri Apr 28 13:27:37 2017 - permalink -
    - http://cvberry.com/index.html
    common-lisp emacs org-mode TODO writing
  • A Modern Space Cadet / Steve Losh
    How to choose and configure keyboards for efficient typing. Found Wed Dec 21 18:38:57 2016, rediscovered Tue Aug 28 01:08:05 2018.
    The blog has other intersting articles, e.g. https://stevelosh.com/blog/2018/08/a-road-to-common-lisp/, https://stevelosh.com/blog/2013/09/teach-dont-tell/
    Wed Dec 21 18:38:57 2016 - permalink -
    - http://stevelosh.com/blog/2012/10/a-modern-space-cadet/
    blog common-lisp hardware HOWTO key-binding keyboard lisp
  • GitHub - Shinmera/portacle: A portable common lisp development environment
    Portacle is a PORTAble Common Lisp Environment. What this means is that it is a fully featured integrated development environment for use with Common Lisp that runs on all major platforms and can even be put onto a USB stick to carry around. For Linux, OS X and Windows.
    Used to be on https://github.com/Shinmera/portacle
    Mon Jul 18 03:13:51 2016 - permalink -
    - https://portacle.github.io/
    common-lisp emacs FOSS lisp SBCL software
Links per page: 20 50 100
◄Older
page 1 / 5
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.