-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some Questions: #172
Comments
question ? @tyranja I cannot find the herokuapp.com link for the words to text app, On 16 January 2013 23:49, tyranja [email protected] wrote:
|
found it On 18 January 2013 19:10, Debora Blass [email protected] wrote:
|
to your 1. question: I think everyone can see everything here. |
the herokuapp link ist: http://text-to-square-tyranja.herokuapp.com/ or maybe I should write in the wiki. I also keep forgetting it. |
And about the question 1: Here are the issues of "text to squares" and not the "speakerinnen" issues. So in case I am having troubles with speakerinnen I should post it there... |
About lambda, the ruby thing we tried to understand monday, I kind of liked this explanation (maybe because its in german?):
Über ein Lambda-Konstrukt kann man einen Codeblock in einer Funktionsvariablen speichern.
print_function = lambda { |item| print item + 1 }
[1,2,3].each &print_function
>> 234
Here is some more stuff: http://www.robertsosinski.com/2008/12/21/understanding-ruby-blocks-procs-and-lambdas/
Still not fully recovered, I really had headaches after monday class.
Good night!
Anja
The text was updated successfully, but these errors were encountered: