Floe is a strict, functional language that compiles to TypeScript. It works with any TypeScript or React library. The compiler is written in Rust.
Getting Started
# Install
# Create a project
&& &&
# Build
Editor Support
- VS Code -- syntax highlighting, diagnostics, hover, go-to-definition
- Neovim -- tree-sitter highlighting + LSP
Vite Integration
import floe from "@floeorg/vite-plugin"
import { defineConfig } from "vite"
export default defineConfig({
plugins: [floe()],
})