Pinned Repositories
beautiful_logger
Yet another logger API in Java with beautiful features
design-pattern-reloaded
Implementation of GoF design patterns using Java 21
exotic
A bestiary of classes implementing exotic semantics in Java
java-guide
A guide of modern Java (Java 17)
kata-restrospective-11
Un kata sur comment utiliser Java 11 pour créer des APIs fonctionnelles
loom-fiber
Continuation & Fiber examples using the OpenJDK project Loom prototype
pro
A Java build tool that works seamlessly with modules
proxy2
Better / faster proxy generator than java.lang.reflect.Proxy for Java (require 1.7)
record-util
Some utility classes around java records
vector-handle
A high level API to express vectorized operations in Java
forax's Repositories
forax/proxy2
Better / faster proxy generator than java.lang.reflect.Proxy for Java (require 1.7)
forax/vmboiler
A small library on top of ASM that generates optimistically typed bytecodes for dynamically typed JVM based languages
forax/jayspec
RSpec for Java 8
forax/jsjs
jsjs is a JavaScript engine written in JavaScript on top of the Java Virtual Machine
forax/jigsaw-jrtfs
A backport of jrtfs.jar for 1.7
forax/ninal
Ninal which stands for "Ninal is not a Lisp" is a small demo language (lisp like syntax/C like semantics) using Graal/Truffle
forax/varhandle2
A safe yet efficient implementation of atomic operations for the JVM.
forax/smartass
A toy language used to explain how to implement a dynamic language on top of the JVM
forax/blog
A blog publisher (like Jekyll) written in Java and tailored for me
forax/8to6
A retroweaver from Java 8 to Java 6 in order to run Java 8 code on Android !
forax/jsonjedi
parsing JSON with JDK8 lambdas
forax/invokebinder
A Java DSL for binding method handles forward, rather than backward
forax/kija
Kija is a small programming language to teach algorithmics
forax/lambda-perf
performance of various implementations of lambda-lib (future jdk8 API)
forax/movie_buddy
A movie buddy application for Devoxx 2014 (Vertx + Java8 lambda)
forax/parisjug2013
The code I have shown during Paris JUG session "In bed with ..." in september 2013
forax/grip
Preview GitHub Markdown files like Readme locally before committing them.
forax/hello-specializ
a prototype of type specialization for Java 10
forax/jigsaw-builtit
how to use jigsaw module resolution from uncompiled module info source file
forax/lambda-newpipeline
a push only implementation of the lambda stream API
forax/proxy2-jfokus
Examples using proxy2 for JFokus VM Summit
forax/unicorn
a simple yet interesting dynamic runtime on top of the JVM