sqlite3-ocaml
amber-docs
sqlite3-ocaml | amber-docs | |
---|---|---|
2 | 58 | |
116 | 144 | |
0.0% | 0.0% | |
7.4 | 4.6 | |
about 1 month ago | 2 months ago | |
OCaml | HTML | |
MIT License | GNU General Public License v3.0 only |
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.
sqlite3-ocaml
-
How I got involved in the Rust community
> I couldn't find a single datetime library that has a concept of instances that could be interpreted in different time zones.
Jane Street's Core has a good timezone support (the thing you need is pair Date.t * Time_ns.Ofday.t). sqlite3-ocaml [1] seems reasonably documented.
[1] https://github.com/mmottl/sqlite3-ocaml
-
I've done TUI (Terminal User Interface) app. This is what it looks like
As some can guess, the architecture was heavily inspired by Elm and Elmish parent-child patterns. Notty - is a cool library, which is a perfect choice for a simple terminal draw. But keep in mind, that you will be responsible for focus management and isolation of all event handlings. Sqlite3-OCaml - is totally imperative library, because it is just bindings on C library. But you get all the essential functionality with which you can build yourself the needed level of abstraction.
amber-docs
-
Record Patterns point to Java language designers losing their compass
Record patterns are one step on the path to general pattern matching utility. The bigger building block is general deconstructors. I recommend reading Functional Transformation of Immutable Objects by Brian Goetz. The idea of "withers" shown there requires deconstructors:
- Which Kotlin features do you think Java still needs to steal, if any?
-
JDK 20 G1/Parallel/Serial GC Changes
https://github.com/openjdk/amber-docs/blob/master/eg-drafts/...
This is the vague plan.
-
Deconstruction patterns [Brian Goetz]
You may be joking but...
-
Java Records as Embeddables with Hibernate 6
Here is the much more detailed version: https://github.com/openjdk/amber-docs/blob/master/eg-drafts/reconstruction-records-and-classes.md
-
Where does the dislike/hate for Java come from?
This kind of pattern matching is discussed in the design notes: https://github.com/openjdk/amber-docs/blob/master/site/design-notes/patterns/pattern-match-object-model.md
-
Making Lenses Practical in Java
True, but that only pushes the question of value down the line.
I'm curious about lenses because Java did have a serious problem that required a solution: working with "simple" data correctly was difficult. The chosen solution was ADTs, so we did buy into that. But the approach being explored for transforming records (https://github.com/openjdk/amber-docs/blob/master/eg-drafts/...) only works one level at a time rather than for an entire path. So I wonder how valuable it would be to have a solution for paths. If the answer is that it's mostly valuable for an approach we haven't bought into yet, then we might not need to consider it just yet.
-
How I got involved in the Rust community
Just a heads up, something like that spread operator is actually coming sooner or later to java: https://github.com/openjdk/amber-docs/blob/master/eg-drafts/...
Pattern matching (for records) is already a preview feature.
- Should you still be using Lombok?
- Cascade operator in Java
What are some alternatives?
notty - Declarative terminal graphics for OCaml
prettier-java - Prettier Java Plugin
reason - Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems
jmolecules - Libraries to help developers express architectural abstractions in Java code
postgresql-ocaml - OCaml-bindings for the PostgreSQL database
adoptium
rust-ecosystem - Rust wants & tracking for Embark 🦀
vim-fibo-indent - Fibonacci Indentation for Vim.
minimalist_things - Terminal User Interface app for minimalists to list all things and describe their necessity
soteria - Soteria, a Jakarta Security implementation
zero-to-production - Code for "Zero To Production In Rust", a book on API development using Rust.
adoptium.net - Development of the website has moved to https://github.com/adoptium/website-v2