serene/README.md

34 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

2023-05-27 20:10:45 +01:00
# Serene lang
[![Please don't upload to GitHub](https://nogithub.codeberg.page/badge.svg)](https://nogithub.codeberg.page)
2023-05-27 20:10:45 +01:00
[![status-badge](https://ci.devheroes.codes/api/badges/Serene/serene/status.svg)](https://ci.devheroes.codes/Serene/serene)
Serene is a modern typed lisp. It's not done yet, and it's heavily under development. Don't
expect anything stable for now.
2023-05-27 20:10:45 +01:00
## More Info
2023-05-27 20:10:45 +01:00
- Website: https://serene-lang.org
- Documentation: https://serene-lang.org/getting_started/
2023-05-27 20:10:45 +01:00
- CI: https://ci.devheroes.codes/Serene/serene
# Get Help
If you need help, or you just want to hang out, you can find us at:
- *IRC*: *#serene-lang* on the libera chat server
- *Matrix*: https://app.element.io/#/room/#serene:matrix.org
- *MailingList*: https://www.freelists.org/list/serene
# License
2024-01-15 23:53:22 +00:00
Copyright (c) 2019-2024 Sameer Rahmani <lxsameer@gnu.org>
2023-05-27 20:10:45 +01:00
*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/>.