This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Micah Cantor
micahcantor.bsky.social
did:plc:v7oqpn7itgfqmm7ccvqwutjl
For printing a list, you can use List.iter to print out each element (and make this a generic utility like print_list). If you need to do this in the middle of other expressions, you can always do
...
let () = print_list my_list in
...
2024-12-02T17:48:26.863Z