Skip to content

Commit 50224df

Browse files
committed
doc / stuff to do / demo full blown env: added gfx demo
1 parent ab27c41 commit 50224df

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

4clojure-oriented-prez/README.org

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ Prepare in advance a "demo" of what you could do with clojure with
8686
Should be a problem that everyone understand, and with a difficulty
8787
that make it impressive to solve in 5mn.
8888

89+
Also it should be a problem that we could show graphically (ex: conway
90+
game of life), see below for why.
91+
8992
1) Open a 4clojure exercie
9093

9194
2) Copy the content (docs + tests) in a emacs file
@@ -112,4 +115,13 @@ that make it impressive to solve in 5mn.
112115
11) See the solution of others: and "ahh, I could have done it like
113116
that ..."
114117

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+
115127

0 commit comments

Comments
 (0)