This is a project to port banana-rdf to Scala3. Scala 3 comes with many new features, and dropped one of the most important ones we were relying on: type projections. So this repository is trying to build up from scratch the framework, to see what holds water, before moving it back to the main repository.
Some places where ideas have been discussed are:
This is a normal sbt project, you can compile code with sbt compile
and run it
with sbt run
, sbt console
will start a Dotty REPL.