Commit Graph

263 Commits

Author SHA1 Message Date
Mahmut Surekci
5e9e5e3891 Adding new koans for map sets 2016-05-26 02:02:20 +01:00
kamidev
753550cded Add Sigils to test runner 2016-05-22 19:24:38 +02:00
Felipe Sere
74b6e06ddf Fix typos and bring back the failing pattern match. 2016-05-20 08:02:59 +01:00
Felipe Sere
fc00c6ae60 Move pinning to the back of the kaon and enhance example 2016-05-18 22:40:19 +01:00
Felipe Seré
80a4a5b8d2 Merge pull request #119 from iamvery/sigil-koans
Dass Koans about Sigil
2016-05-18 07:32:02 +01:00
Jay Hayes
e60a284e36 Make list sigil lessons a little more challenging 2016-05-17 07:54:33 -05:00
Jay Hayes
649c649084 Port sigil koans from iamvery/elixir-koans
7705d743ac/about_sigils.exs
h/t @sebastiangeiger
2016-05-16 18:43:57 -05:00
Jay Hayes
5f149826e1 Rename existing koans to make room for sigils 2016-05-16 18:43:22 -05:00
Felipe Sere
0b508d490d Make clearing the screen the default 2016-05-16 23:23:38 +01:00
Felipe Sere
bccb41c280 Removes last outside references to the Colour module 2016-05-15 01:58:57 +02:00
Felipe Sere
ddcd971ede To improve testing, add a layer of indirection around colours. 2016-05-14 00:23:07 +02:00
Felipe Sere
0936ed56e2 Use the new modules 2016-05-14 00:23:05 +02:00
Felipe Sere
af543d1b62 Extracts modules for different sections of the UI 2016-05-14 00:22:41 +02:00
Felipe Sere
3ef7051888 Moves showing the intro into the formatting of a failure 2016-05-13 07:51:31 +01:00
Felipe Sere
f5477f0fb0 All modules have an intro. 2016-05-11 21:44:18 +01:00
Felipe Sere
94ab9826ae Make intro/2 more readable by making 'not' more explicit. 2016-05-10 23:41:22 +01:00
Felipe Sere
c0a670257d Fixes sample intro. 2016-05-10 23:40:31 +01:00
Felipe Sere
b90c748f20 Adds an example (cheesy!) first intro. 2016-05-10 23:03:42 +01:00
Felipe Sere
751f849585 Collect all intro printing into display 2016-05-10 23:02:23 +01:00
Felipe Sere
3d79284aab Shows into the first time a module is visted. 2016-05-10 23:02:23 +01:00
Felipe Sere
149cc47195 Cleanup how koan modules get their intros 2016-05-10 23:02:23 +01:00
Felipe Sere
7b494e16df To enable adding the intro, the tracker knows visited modules. 2016-05-10 23:02:23 +01:00
Jay Hayes
1c182a2c8c Remove metaprogramming-related keyword list koans
Too advanced at this point. Will considering including something like
this in #21.
2016-05-10 07:21:13 -05:00
Jay Hayes
27b8926aaa Add keyword lists koan to runner 2016-05-10 07:21:13 -05:00
Jay Hayes
b45a08135a Add keyword lists koan 2016-05-10 07:21:13 -05:00
Jay Hayes
92973a0fb7 Add keyword list koan at after maps 2016-05-10 07:21:13 -05:00
Ria Cataquian
bb4959ddc0 Fix some type 2016-05-08 04:16:06 +08:00
Ria Cataquian
65756b933d Various suggestion improvements 2016-05-08 02:59:48 +08:00
Jay Hayes
7dae31c370 Typo in error message 2016-05-06 13:30:12 -05:00
Jay Hayes
440f9bdbc1 Forgot to add the koan to the runner, oops 2016-05-05 17:55:50 -05:00
Jay Hayes
d37df5fa77 Swap order of zipped lists to create learning opportunity
Zipping atoms and numbers creates an opportunity for the learner to
realize "💡 I just made a keyword list!"
2016-05-05 17:48:47 -05:00
Jay Hayes
ad011d80f3 Establish that modules are atoms, then show function call on them 2016-05-05 10:43:17 -05:00
Jay Hayes
948fbddcdf Remove unhelpful example
Not really useful without showing dot access.
2016-05-05 10:42:57 -05:00
Jay Hayes
ee89055af6 Remove commented koans
We can't pull this off right now since answers can't be expressions.
2016-05-05 10:41:57 -05:00
Jay Hayes
7b64bd36e9 Add other lessons that don't work with answer system 2016-05-05 10:41:28 -05:00
Jay Hayes
53fc465c3f Add atom koans 2016-05-05 10:41:28 -05:00
Jay Hayes
52f8ed0d6c Add atoms koan as between strings and tuples 2016-05-05 10:41:28 -05:00
Uku Taht
0a57e38ecb Merge pull request #111 from joneslee85/patch-1
Refactor the comma in List syntax
2016-05-05 11:38:20 +01:00
Uku Taht
964d5fe68d Merge pull request #109 from iamvery/whitespace
Fix whitespace in tasks koan
2016-05-05 11:37:50 +01:00
Uku Taht
85d7cd1540 Merge pull request #110 from iamvery/update-agents-koan
Show explicit example of named agents
2016-05-05 11:37:40 +01:00
Uku Taht
0a5694dcd6 Merge pull request #107 from iamvery/pipe-description
Update description of piping
2016-05-05 11:37:11 +01:00
Trung Lê
c1e3f6a80d Refactor the comma in List syntax 2016-05-05 19:23:25 +10:00
Felipe Seré
386111ba6d Merge pull request #102 from elixirkoans/fix-for-intellij
Strip off IntelliJ specific extension from reloaded files.
2016-05-05 07:48:21 +01:00
Jay Hayes
7711936893 Show explicit example of named agents 2016-05-04 19:57:55 -05:00
Jay Hayes
a2060d6e5b whitespace 2016-05-04 19:41:40 -05:00
Jay Hayes
c9b20bb09a Update description of piping 2016-05-04 19:33:41 -05:00
Felipe Seré
f5af10d87a Merge pull request #104 from snikolau/add-list-wrap-koan
Add wrapping list koan
2016-05-04 23:42:10 +01:00
snikolau
2e21cdf11b Add wrapping list koan 2016-05-04 22:57:05 +01:00
Uku Taht
49efc97b52 Merge pull request #98 from iamvery/process-koans
Rearrange, rm, and add process examples
2016-05-04 22:20:09 +01:00
snikolau
983db49c00 Add shortdoc to display task in mix list 2016-05-04 22:12:05 +01:00