From 2c82cedd41872b6cb42e306dbe707afc0cff0abe Mon Sep 17 00:00:00 2001 From: Omid Hezaveh Date: Wed, 26 Oct 2016 21:14:13 +0300 Subject: [PATCH] Explain first time slowness in README First time I used the REPL it looked stupidly slow to run simple commands. I opened an issue, and found out about the reason. It's a bad first impression. It would be better --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d7fc190..471a607 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,9 @@ using normal Elm syntax. "helloworld" : String ``` +Please note that the first time you run elm-repl it might be slow, +because it needs to download the packages. + The same can be done with definitions and union types: ```elm