You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The existing tutorial focuses on introducing functional programming concepts with Juvix. There should also be a tutorial focused on introducing Juvix from the perspective of building an Anoma App.
The text was updated successfully, but these errors were encountered:
There should probably be just one such tutorial. Perhaps long-term we should merge our separate Juvix documentation site into general Anoma documentation.
Agreed that there probably should be one such tutorial.
I'm personally a bit torn on whether the DSL should have its own documentation or not. There are different paths other projects seem to have chosen. Whereas Sway (Fuel Network) has its own docs but also an exhaustive section on the Fuel docs, the Move language has chosen to seize the Move documentation and pass it on to the projects (Sui and Aptos) as you can see here. Happy to discuss further.
What is the progress on the Anoma App Juvix tutorial? Is it available somewhere?
I intend to write a short tutorial "Basic Juvix Language" which would explain the essential Juvix language features used in writing Anoma Apps, without going too deep into the language but only presenting the most basic features from a language perspective (defining records, functions, variables, function calls with named application and without, record creation and update, iterators). This tutorial would replace our current tutorial, which would be renamed to "Functional Programming with Juvix" or so, reformulated a bit, and marked as more "advanced".
The existing tutorial focuses on introducing functional programming concepts with Juvix. There should also be a tutorial focused on introducing Juvix from the perspective of building an Anoma App.
The text was updated successfully, but these errors were encountered: