1
1
mirror of https://github.com/anoma/juvix.git synced 2024-11-30 14:13:27 +03:00
Juvix empowers developers to write code in a high-level, functional language, compile it to gas-efficient output VM instructions, and formally verify the safety of their contracts prior to deployment and execution.
Go to file
Łukasz Czajka 8f180ccfda
Improve Set and Map modules in the standard library (#3120)
* Updates the standard library to
https://github.com/anoma/juvix-stdlib/pull/130
* Also changes `null` to `isEmpty`, which required updating some tests

---------

Co-authored-by: Paul Cadman <git@paulcadman.dev>
2024-10-24 12:29:33 +01:00
.devcontainer Upgrade to ghc-9.8.2 (#2794) 2024-06-08 14:43:33 +02:00
.github Fix RISC0 on the CI (#3061) 2024-09-26 13:30:04 +02:00
app Serialize Nockma output using nock jam (#3066) 2024-10-23 09:02:32 +01:00
assets Improve css of html documentation and allow different themes (#2931) 2024-08-02 16:16:33 +02:00
bench Fix benchmark runtime variant (#2740) 2024-04-22 11:09:27 +01:00
bench2 Rename Nockma stdlib to anomalib and add RM references (#3111) 2024-10-21 13:28:37 +02:00
config Compile-time configuration (#3102) 2024-10-16 11:47:23 +02:00
examples Improve Set and Map modules in the standard library (#3120) 2024-10-24 12:29:33 +01:00
gnuplot Automatized benchmarks (#1673) 2023-01-05 17:48:26 +01:00
include Update standard library coding style according to the guidelines (#3092) 2024-10-14 15:56:54 +02:00
juvix-stdlib@7c7162aca5 Improve Set and Map modules in the standard library (#3120) 2024-10-24 12:29:33 +01:00
licenses Remove unused files (#2398) 2023-09-28 14:20:19 +02:00
runtime Rename Nockma stdlib to anomalib and add RM references (#3111) 2024-10-21 13:28:37 +02:00
scripts Support for Cairo builtins (#2718) 2024-04-16 19:01:30 +02:00
src Don't put a space after the lambda keyword (#3121) 2024-10-23 16:02:56 +02:00
test Add frontend support for Anoma Resource Machine builtins (#3113) 2024-10-22 13:10:08 +02:00
tests Improve Set and Map modules in the standard library (#3120) 2024-10-24 12:29:33 +01:00
.clang-format Juvix C runtime (#1580) 2022-11-03 09:38:09 +01:00
.github_changelog_generator Update Changelog v0.2.3 🎉 2022-08-15 12:24:42 +02:00
.gitignore Rust runtime (#2782) 2024-05-22 12:26:51 +02:00
.gitmodules Rename MiniJuvix to Juvix (#259) 2022-07-08 13:59:45 +02:00
.hlint.yaml Add default arguments (#2408) 2023-10-10 23:28:06 +02:00
.pre-commit-config.yaml Add an if instruction to JuvixReg (#2855) 2024-06-26 19:08:33 +02:00
cabal.hie.yaml Automatized benchmarks (#1673) 2023-01-05 17:48:26 +01:00
cabal.project Revert GHC 9.10.1 update (#3052) 2024-09-19 21:02:43 +01:00
cabal.project.freeze Revert GHC 9.10.1 update (#3052) 2024-09-19 21:02:43 +01:00
CHANGELOG.md Release 0.6.6 (#2993) 2024-09-03 18:10:01 +01:00
cntlines.sh Update standard library coding style according to the guidelines (#3092) 2024-10-14 15:56:54 +02:00
CODING.md Allow @ in constructor declarations (#3099) 2024-10-15 19:15:37 +02:00
CONTRIBUTING.md Fix baseUrl for juvix docs in Doctor command (#2122) 2023-05-24 12:14:30 +02:00
justfile Compile-time configuration (#3102) 2024-10-16 11:47:23 +02:00
LICENSE.md Add new README and md files (#1904) 2023-03-21 20:01:48 +01:00
Makefile Compile-time configuration (#3102) 2024-10-16 11:47:23 +02:00
package.yaml Compile-time configuration (#3102) 2024-10-16 11:47:23 +02:00
README.md Update license reference (#3108) 2024-10-17 14:00:17 +01:00
stack.hie.yaml Refactor hie.yaml and add entry in the readme (#1672) 2022-12-20 16:45:48 +01:00
stack.yaml Revert GHC 9.10.1 update (#3052) 2024-09-19 21:02:43 +01:00

Juvix

Tara the Juvix mascot

CI Status

The Juvix compiler CI

Nightly build, release and benchmark

Codebase
Open the Juvix Standard Lib in Github Codespace

This repository is specifically dedicated to the compiler of the Juvix programming language.

For any Juvix-related inquiries, we strongly advise visiting the following resources.

Our documentation offers an in-depth understanding of the Juvix programming language. It encompasses a language reference, examples, blog posts, and numerous other resources to facilitate effective use of Juvix.