Last active
May 19, 2016 12:47
Revisions
-
joannecheng revised this gist
Feb 7, 2015 . 1 changed file with 14 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,4 +6,17 @@ cd [projectname] elm-reactor ``` include `elm.js` in html file. HOW DO RANDOM NUMBERS WORK ```elm import Random (..) seed : Seed seed = initialSeed(10) (number, newSeed) = generate (float -140 140) seed -- nothing works. ``` -
joannecheng revised this gist
Feb 6, 2015 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,8 @@ Setting up a new development folder: ``` mkdir [projectname] cd [projectname] elm-reactor ``` -
joannecheng revised this gist
Feb 6, 2015 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,7 @@ For development ``` elm-reactor ``` include `elm.js` in html file. -
joannecheng created this gist
Feb 6, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ For development ```