Just another Lisp https://serene-lang.org
Go to file
Sameer Rahmani 675dced870
Create a flake with all the required dependencies to build Serene
2024-01-14 19:58:43 +00:00
.woodpecker Update the CI script to match the new woodpecker changes 2023-08-04 00:31:19 +01:00
cmake builder: Add support for automatic toolchain setup 2023-05-12 18:41:06 +01:00
core Fix the license header for 2023 2023-02-06 17:40:45 +00:00
devtools Fix the license header for 2023 2023-02-06 17:40:45 +00:00
docs Add two useful links to the list of resources 2023-07-25 22:28:41 +01:00
nix Create a flake with all the required dependencies to build Serene 2024-01-14 19:58:43 +00:00
resources toolchain: Create a build script for stage0 compiler and runtimes 2023-03-16 23:12:49 +00:00
scripts Create a LLVM based stdenv 2023-12-03 19:00:20 +00:00
serene Replace catch2 with google test 2023-08-15 21:50:16 +01:00
serene-repl Fix the license header for 2023 2023-02-06 17:40:45 +00:00
serene-tblgen Implement a simpler error model 2023-08-11 22:41:20 +01:00
serenec Fix the license header for 2023 2023-02-06 17:40:45 +00:00
.clang-format Move triples to the Options class 2023-07-25 22:23:37 +01:00
.clang-tidy Add the more resouces about JIT to dev.org 2021-12-29 13:12:36 +00:00
.dockerignore docs: Move the mkdocs pages to docs/pages 2023-05-27 17:15:12 +01:00
.gitignore Add .tmp to gitignore 2022-07-06 21:33:51 +01:00
.gitmodules deps: Remove all the submodules to try subtrees 2023-02-20 22:55:58 +00:00
.ignore_sanitize Fix the broken bash array to str process in the builder 2022-06-12 20:40:36 +01:00
.pre-commit-config.yaml Remove the deprecated BOM check from precommit hook 2023-07-25 22:30:57 +01:00
CMakeLists.txt Create a flake with all the required dependencies to build Serene 2024-01-14 19:58:43 +00:00
LICENSE Add include-fixer to pre-commit 2022-06-12 22:34:12 +01:00
README.md Update the readme with no to github badge 2023-07-11 18:30:00 +01:00
builder Create a flake with all the required dependencies to build Serene 2024-01-14 19:58:43 +00:00
dev.org Add bunch of resources to the devs.org 2023-05-14 11:11:13 +01:00
flake.lock Create a flake with all the required dependencies to build Serene 2024-01-14 19:58:43 +00:00
flake.nix Create a flake with all the required dependencies to build Serene 2024-01-14 19:58:43 +00:00
mkdocs.yml docs: Move the getting started guide to the docs 2023-05-27 22:06:11 +01:00

README.md

Serene lang

Please don't upload to GitHub status-badge

Serene is a modern typed lisp. It's not done yet, and it's heavily under development. Don't expect anything stable for now.

More Info

Get Help

If you need help, or you just want to hang out, you can find us at:

License

Copyright (c) 2019-2023 Sameer Rahmani lxsameer@gnu.org

Serene is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.