package elm_system
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Imitate system Elm functions for ease of porting
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      0.1.7.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=c138f26425e9dbb6e43a5bd43004b29f
    
    
  sha512=95d968eb25aba78c485afa561ec11e5bd66c061cac011c32e98c06804d30bb05103ec107cb218aff58472f13e67b5756b20791fb2c23ee5f39a789aeff573363
    
    
  Description
Published: 09 Dec 2024
README
OCaml Elm Playground
Create pictures, animations, and games with OCaml!
This is a port of the excellent Elm playground package https://github.com/evancz/elm-playground to OCaml.
This is the package I wanted when I was learning programming. Start by putting shapes on screen and work up to making games. I hope this package will be fun for a broad range of ages and backgrounds!
For more information see the package documentation at: TODO URL
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page