Are there any good resources on reflection in Fable?

This page summarizes the projects mentioned and recommended in the original post on /r/fsharp

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. The-Spiral-Language

    Functional language with intensional polymorphism and first-class staging.

    Sigh, despite using F# for so long, I've always avoided tackling .NET reflection, but I know from experience (of programming in Spiral) that this is a perfect place to introduce these techniques. Type systems like F#'s really hit their limits when it comes to serializing data across platform and language boundaries, so this is The place to demonstrate the use such methods.

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. Fable: F# |> BABEL

    F# to JavaScript, TypeScript, Python, Rust and Dart Compiler

    Yeah, I just found that a while ago. Also, I found a link to the Fable reflection tests in its docs, and going over it, it seems like it supports all of it for types that are fully known at compile time.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Fable: an F# to Dart compiler

    1 project | /r/dartlang | 26 Sep 2023
  • URGENT HELP NEEDED! Should I learn C#, ASP.NET and the new MAUI framework?

    1 project | /r/dotnet | 16 Jun 2023
  • What are some good YouTube channels for experienced devs?

    1 project | /r/ExperiencedDevs | 16 May 2023
  • An approach to optimizing TypeScript type checking performance

    6 projects | news.ycombinator.com | 14 Aug 2024
  • Show HN: Zero-codegen TypeScript type inference from Protobuf messages

    5 projects | news.ycombinator.com | 14 Apr 2025

Did you know that F# is
the 48th most popular programming language
based on number of references?