Skip to content

inoas/gleam-dynfun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dynfun

This gleam module shows two shortcomings of each underlying runtime:

  1. Javascript's Number type means it cannot differentiate between 1.0 and 1.
  2. Underlying interpretation of Tuples and Objects cannot be differentiated on target Erlang.

Quick start

gleam run --target javascript && gleam run --target erlang

About

This gleam module shows two shortcomings of each underlying runtime, JavaScript and Erlang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages