Skip to content

Commit 8b33f2d

Browse files
committed
acknowledgements
1 parent 4b22f5b commit 8b33f2d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

acknowledgements.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
### Acknowledgements
2+
3+
Surely the original inspiration for WordCram, was Wordle, built by Jonathan Feinberg when at IBM. He has since released an important component namely the cue.language component that I have included in ruby_wordcram (the only alterations I have made are to update the code to take advantage of jdk8 features), this part of the code remains © IBM. There are number of people who contributed to the language elements, and Jonathan credits these [here][credits], but is also probably reading his [faq][faq] if you are thinking of extending the language capabilities (I would be keen to add Welsh, which I think must be available somewhere in the wild). To read even more of Jonathans musings, achievments see his [blog][blog].
4+
5+
The vanilla processing version of Wordcram that I have incorporated here was created by [Dan Bernier][Dan], and currently it has only received the same treatment as cue.language code, ie the java code has been updated from java-1.5 to java-1.8 (in particular anonymous classes have become java-8 lambda). It is possible that further change will include tighter JRuby integration (but it works OK)
6+
7+
[jsoup][jsoup] is a Java library for working with real-world HTML. It provides a very convenient API for extracting and manipulating data, using the best of DOM, CSS, and jquery-like methods. This was pulled directly from maven central.
8+
9+
10+
[credits]:http://www.wordle.net/credits
11+
12+
[faq]:http://www.wordle.net/faq
13+
14+
[blog]:http://mrfeinberg.com/
15+
16+
[Dan]:https://github.com/danbernier/WordCram
17+
18+
[jsoup]:https://jsoup.org/

docs/_posts/2017-03-07-under_the_hood.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ categories: wordcram update
77

88
### The required libraries
99

10-
- cue.language (since version-2.0.0 compiled into WordCram.ja)
10+
- cue.language (since version-2.0.0 compiled into WordCram.jar)
1111

1212
Created by Jonathan Feinberg
1313

0 commit comments

Comments
 (0)