1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-14 08:27:03 +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 5642c82a0e
Update benchmarks (#2415)
* Small style improvements
* Update `mapfun.juvix` to use `Int` instead of `Nat` so that it is
semantically equivalent to the other implementations.
* Adapt to #2396
2023-09-29 15:55:52 +02:00
.devcontainer Update pre-commit to check JSON formatting (#2400) 2023-09-28 14:55:35 +02:00
.github External package dependencies (#2272) 2023-09-01 12:37:06 +01:00
app Avoid the -Os option when generating WebAssembly (#2378) 2023-09-21 13:15:36 +01:00
assets Remove unused files (#2398) 2023-09-28 14:20:19 +02:00
bench Fix benchmark wasmer command (#2268) 2023-08-03 13:44:36 +01:00
examples Minor changes to midsquare (#2397) 2023-09-28 13:39:49 +02:00
gnuplot Automatized benchmarks (#1673) 2023-01-05 17:48:26 +01:00
juvix-stdlib@23f6b1991e Add fixity none and make aliases inherit fixity (#2391) 2023-09-26 11:28:50 +02:00
licenses Remove unused files (#2398) 2023-09-28 14:20:19 +02:00
runtime Improve closure calls in the runtime (#2396) 2023-09-29 14:20:00 +02:00
src/Juvix Improve closure calls in the runtime (#2396) 2023-09-29 14:20:00 +02:00
test Improve closure calls in the runtime (#2396) 2023-09-29 14:20:00 +02:00
tests Update benchmarks (#2415) 2023-09-29 15:55:52 +02: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 Fix: broken links of Example programs (#2003) 2023-04-14 11:16:05 +02:00
.gitmodules Rename MiniJuvix to Juvix (#259) 2022-07-08 13:59:45 +02:00
.pre-commit-config.yaml Update pre-commit to check JSON formatting (#2400) 2023-09-28 14:55:35 +02:00
cabal.hie.yaml Automatized benchmarks (#1673) 2023-01-05 17:48:26 +01:00
cabal.project Update stackage resolver to LTS 21.6 (#2275) 2023-08-11 11:49:33 +02:00
cabal.project.freeze Update stackage resolver to LTS 21.6 (#2275) 2023-08-11 11:49:33 +02:00
CHANGELOG.md Bump version to 0.5.1 (#2370) 2023-09-15 13:31:23 +01:00
cntlines.sh Minor refactor and script update (#2261) 2023-07-27 17:57:20 +02:00
CONTRIBUTING.md Fix baseUrl for juvix docs in Doctor command (#2122) 2023-05-24 12:14:30 +02:00
LICENSE.md Add new README and md files (#1904) 2023-03-21 20:01:48 +01:00
Makefile Remove unused files (#2398) 2023-09-28 14:20:19 +02:00
package.yaml Bump version to 0.5.1 (#2370) 2023-09-15 13:31:23 +01:00
README.md Fix tara url svg (#2406) 2023-09-28 19:05:05 +02:00
stack.hie.yaml Refactor hie.yaml and add entry in the readme (#1672) 2022-12-20 16:45:48 +01:00
stack.yaml Update stackage resolver to LTS 21.6 (#2275) 2023-08-11 11:49:33 +02: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.