-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Robot Updated at:9 Dec 2024 21:11:32 GMT
- Loading branch information
1 parent
21e6ab1
commit 14fba1c
Showing
13 changed files
with
110 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,6 +52,10 @@ Around the OpenAI API: | |
|
||
demos: [cl-rag-example](https://github.com/atgreen/cl-rag-example) and [cl-chat](https://github.com/atgreen/cl-chat), a LLM chat library and web UI. | ||
|
||
Work In Progress: | ||
|
||
* [Caten](https://github.com/hikettei/Caten) - Deep Learning Compiler based on Polyhedral Compiler and Light-weight IRs, and Optimizing Pattern Matcher, written in Common Lisp | ||
|
||
Educational: | ||
|
||
* [PAIP-lisp](https://github.com/norvig/paip-lisp) - Lisp code for the textbook ["Paradigms of Artificial Intelligence Programming"](https://norvig.github.io/paip-lisp/#/). | ||
|
@@ -475,6 +479,7 @@ windows dynamically using Lisp code and bypass the typical Xcode | |
processes. It has | ||
[good documentation and a tutorial](https://github.com/plkrueger/CocoaInterface/blob/master/Documentation/UserInterfaceTutorial.pdf). | ||
* [McCLIM](https://common-lisp.net/project/mcclim/) - An implementation of the Common Lisp Interface Manager, version II. [GNU LGPL2.1][11]. | ||
* example project: a Lem editor CLIM interface: [discussion](https://github.com/lem-project/lem/discussions/1311#discussioncomment-10203860), [screenshot](https://framapiaf.org/@[email protected]/112909105163460836). | ||
* [cl-webkit](https://github.com/joachifm/cl-webkit) - A binding to WebKitGTK+. Also adds web browsing capabilities to an application, leveraging the full power of the WebKit browsing engine. [MIT][200]. | ||
* [ftw](https://github.com/fjames86/ftw) - A Win32 GUI library. [MIT][200]. | ||
* [eql, eql5, eql5-android](https://gitlab.com/eql) - Embedded Qt4 and Qt5 Lisp, embedded in ECL, embeddable in Qt. Port of EQL5 to the Android platform. [MIT][200]. | ||
|
@@ -854,6 +859,7 @@ Community | |
* #clschool on Libera Chat - IRC channel for learning Common Lisp. | ||
* #lispcafe on Libera Chat - IRC channel for off-topic discussions. | ||
* [Common Lisp chat](https://chat.hexstreamsoft.com/) - Keybase team with well-defined rules and retention policies. | ||
* [Lisp Jabber/XMPP channel](https://xmpp.link/#[email protected]?join) | ||
|
||
Library Manager | ||
=============== | ||
|
@@ -1004,6 +1010,11 @@ See OpenAPI, OData and other libraries below. | |
* [Interactive SSR](https://github.com/interactive-ssr/client/blob/master/main.org/) - ISSR allows you to make interactive web pages without writing client scripting. No knowledge about Javascript or DOM is necessary. | ||
- it is not unlike Phoenix LiveView or Hotwire. | ||
|
||
CLOG-based frameworks: | ||
|
||
- [mold-desktop](https://codeberg.org/mmontone/mold-desktop) - a programmable desktop. | ||
- [WIP] [clog-moldable-inspector](https://codeberg.org/khinsen/clog-moldable-inspector) - A moldable Common Lisp object inspector based on CLOG. The inspector is thus shown in a Web browser. | ||
|
||
|
||
Parsing html | ||
--------------- | ||
|
@@ -1245,6 +1256,9 @@ Numerical and Scientific | |
* it can be used via [SageMath](https://www.sagemath.org/) and [KDE Cantor](https://apps.kde.org/cantor/). Of course, with Emacs: [maxima-mode](https://gitlab.com/sasanidas/maxima) ([screenshot](https://community.linuxmint.com/img/screenshots/maxima-emacs.png)) and [maxima-interface](https://github.com/jmbr/maxima-interface) to ease the interface between Maxima and Common Lisp. | ||
* it can be used [from a Lisp REPL](https://mahmoodsheikh36.github.io/post/20230510181916-maxima_in_lisp/). | ||
* [numcl](https://github.com/numcl/numcl) - Numpy clone in Common Lisp. [LGPL3][9]. | ||
* [numericals](https://github.com/digikar99/numericals) - SIMD powered simple-math numerical operations on arrays for Common Lisp through CFFI [still experimental]. MIT. | ||
* documentation: https://digikar99.github.io/numericals/ | ||
* [dense-arrays](https://github.com/digikar99/dense-arrays) - Numpy like array object for common lisp. MIT. | ||
* [GSLL](https://common-lisp.net/project/gsll/) - GNU Scientific Library for Lisp; allows the use of the GSL from Common Lisp. [GNU LGPL2.1][11]. | ||
* [Xecto](https://github.com/pkhuong/Xecto) - A library for regular array parallelism. [3-clause BSD][15]. | ||
* [Petalisp](https://github.com/marcoheisig/Petalisp) - an attempt to | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.