CIPs
dex-lang
CIPs | dex-lang | |
---|---|---|
159 | 26 | |
533 | 1,611 | |
0.9% | 0.4% | |
8.8 | 0.0 | |
6 days ago | 3 months ago | |
JavaScript | Haskell | |
Creative Commons Attribution 4.0 | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
CIPs
-
Transaction models are programming paradigms
> There are more downsides than that. The eUTxO model is not equivalent to accounts when it comes to its capabilities for building dApps.
> I explained it in more detail recently in a problem statement document for Cardano: https://github.com/cardano-foundation/CIPs/pull/874
I think I'm siding with Michele in this situation that what you describe as a problem is rather just a UX painpoint of UTXO and not a flaw or issue that needs to be fundamentally changed.
If you want to be able to coordinate to construct transactions you need to do it off-chain. The network can have standard systems for doing that or for verifying content (ex: DA-ed data that doesn't commit to L1) but any transactions that are settling on chain need to be 100% deterministic.
- Ledger vs Trezor vs Others addr derivations
-
Catalyst Weekly #72: Fund10 Updates (tech stack), Summon Testnet, Voltaire Musings, CIPs & more
CPS-???? | Governance Security [New Problem]: This problem statement describes security issues to be considered by protocol governance CIPs.
-
Lace 1.0 is now live on Cardano mainnet!
The Lace team is already working with the community on how to find the best way to develop the CIP-72 - DApp Registration & Discovery. If you’re interested in taking part, contribute here
-
Cardano Dapp store
All mobile wallets have some kind of dApp browser, but there are no hard specs for how they should be run that is implemented at the moment. You might be interested in CIP72 if you're interested in standards for this topic more generally: https://github.com/cardano-foundation/CIPs/pull/355
-
Catalyst Weekly #71: F10 updates, Ariob demo day, LATAM CIP-1694 Workshops, Cardano Talent hub & more
CIP-???? | Extend token metadata for translations [New Proposal]: This proposal defines an addition to CIP-25 | Media NFT Metadata Standard to support more languages than English.
-
Catalyst Weekly #70: Voltaire musings, Film festival winners, Fund10 updates, Workshops & more
If you wish to add your perspectives to CIP 1694, make sure to share them here. Add your voice as the era of Voltaire rolls out!
-
Catalyst Weekly #68: Circle updates, Cardano4Climate, #letstalkcardano, CIPs and more!
Last week, a community-led roundtable took place on the topic of CIP-1694. You can catch the recap and outcome in last week’s newsletter or this Cardano Forum recap here. Worth a read.
-
Account Abstraction
Conditions inside a native script (but there is a CIP for changing this here)
- What’s upcoming for the next CIP’s any details and timelines? Thank you.
dex-lang
-
Bayesian Neural Networks
I still am excited by Dex (https://github.com/google-research/dex-lang/) and still write code in it! I have a bunch of demos and fixes written, and am just waiting for Dougal to finish his latest re-write before I can merge them.
-
Thinking in an Array Language
A really nice approach to this I've seen recently is Google's research on [Dex](https://github.com/google-research/dex-lang).
- Function Composition in Programming Languages – Conor Hoekstra – CppNorth 2023 [video]
- Dex Lang: Research language for array processing in the Haskell/ML family
-
[D] Have their been any attempts to create a programming language specifically for machine learning?
Dex
-
[D] PyTorch 2.0 Announcement
Have you tried Dex? https://github.com/google-research/dex-lang It is in a relatively early stage, but it is exploring some interesting parts of the design space.
- Mangle, a programming language for deductive database programming
-
Looking for languages that combine algebraic effects with parallel execution
I think [Dex](https://github.com/google-research/dex-lang) might be along the lines of what you're looking for, although its focus is on SIMD GPU-style parallelism rather than thread-level parallelism.
-
“Why I still recommend Julia”
Dex proves indexing correctness without a full dependent type system, including loops.
See: https://github.com/google-research/dex-lang/pull/969
What are some alternatives?
cardano-ledger - The ledger implementation and specifications of the Cardano blockchain.
jax - Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more
essential-cardano - Repository for the Essential Cardano list
Co-dfns - High-performance, Reliable, and Parallel APL
Ruby style guide - A community-driven Ruby coding style guide
futhark - :boom::computer::boom: A data-parallel functional programming language