File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,9 @@ Prepare in advance a "demo" of what you could do with clojure with
86
86
Should be a problem that everyone understand, and with a difficulty
87
87
that make it impressive to solve in 5mn.
88
88
89
+ Also it should be a problem that we could show graphically (ex: conway
90
+ game of life), see below for why.
91
+
89
92
1) Open a 4clojure exercie
90
93
91
94
2) Copy the content (docs + tests) in a emacs file
@@ -112,4 +115,13 @@ that make it impressive to solve in 5mn.
112
115
11) See the solution of others: and "ahh, I could have done it like
113
116
that ..."
114
117
118
+ 12) Cool we finished, now "wait a minute" we could use this code to
119
+ display nice gfx: use the code to show an animation in a
120
+ java.aws.Frame. That way:
121
+
122
+ 1) It's cool :)
123
+
124
+ 2) It shows the awsolmly easy interop with java
125
+
126
+
115
127
You can’t perform that action at this time.
0 commit comments