Hello Amber people,
-- I have trouble finding good study materials (either larger tutorial or a book) about developing with Amber. I looked on the amber-lang page, on the wiki and tried searching but I can't seem to find anything (other than hello world). I have the environment up and running but I just don't know what to do. The thing is I would like to build a JS frontend app for a Ruby backend app (simple RSS reader that would talk JSON). I don't know Smalltalk (yet) but it looks tempting. :-) I'd prefer a book, if there is any… Thank you, Ollie You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Hi Ollie,
I found http://pharobyexample.org/ helpful to get the basics. Amber is modelled around Pharo. Other than that, the IRC channel is great help, and the more people get there, the better. Finally, I find that the class browser and the in-code documentation make the system more 'self-teaching' than what I am used to with other systems... Is this of any help? See you on IRC :) -- Siemen On 19 May 2014, at 01:12, Oldřich Vetešník <[hidden email]> wrote:
You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
In reply to this post by Oldřich Vetešník
There is no book.
And there is bunch of different questions to tackle: - know Smalltalk - know HTML / JS / CSS frontend - know Amber specifics themselves and how it connects the previous two. There are books on Smalltalk itself (Stephane Ducasse maintained some cache of free downloafable ones some time ago). The second question, beyond the basic knowledge of building a web page, boils down to knowledge of JS libraries - Amber uses jQuery inside, and is designed to reuse any existing library easily (well, some are harder, like AngularJS, but most of them goes fine) (shamesless self-plug: you can try to use trapped, which is inspired by Angulat, but is written in Amber for Amber). And then, Smalltalk encourages exploratory programming. Every method has visible source, so you can just find out how things are done, play with them live and see what changes. Herby Oldřich Vetešník <[hidden email]>napísal/a: Hello Amber people,
-- I have trouble finding good study materials (either larger tutorial or a book) about developing with Amber. I looked on the amber-lang page, on the wiki and tried searching but I can't seem to find anything (other than hello world). I have the environment up and running but I just don't know what to do. The thing is I would like to build a JS frontend app for a Ruby backend app (simple RSS reader that would talk JSON). I don't know Smalltalk (yet) but it looks tempting. :-) I'd prefer a book, if there is any… Thank you, Ollie You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Intriguing. Pointers? You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
In reply to this post by Siemen Baader
Yes this is fine for now, thanks. :)
-- Ollie Dne pondělí, 19. května 2014 11:43:19 UTC+2 Siemen Baader napsal(a):
You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Free forum by Nabble | Edit this page |