"Le développement logiciel, c'est un peu comme les Lego, les possibilités sont infinies sauf qu'avec l'informatique nous ne sommes pas limités en nombre de briques."
https://t.co/TUi5m69yc5
@pointfreeco Finished watching the Concise forms videos and really enjoyed them! But I'm having trouble using bindings because they don't seem to play great with scoped view states, that I started using for performance reasons. Any ideas?
Today is the day! Crafting Interpreters is available for purchase in print, Kindle, ebook, and PDF! Behold: https://t.co/BXuTOXtDin
It took a lot longer than I expected, but it's all done now. So long that I wrote a blog post about it: https://t.co/oAygYH44A9
🎉📖🎉📖🎉📖🎉📖🎉
🪄 Et si en un claquement de doigts, on pouvait créer des #applications mobiles ! 📱Quelle serait l' #app que vous auriez envie de créer ?
👇 Partagez vos idées dans les commentaires !
I've spent the last few days battling bugs in the OS and frameworks, diligently opening bug reports with attached projects and simple reproducible cases. I feel worn down and depressed.
@pathofshrines @slava_pestov @beccadax@senderPath Ah understood. Reminds me how I really like Ruby's prefix symbols to reference different scopes ($ for global, @ for instance, @@ for class). Explicit for the programmer, not too verbose, and great for the compiler 🙂
@slava_pestov @pathofshrines@beccadax@senderPath I got so used to never being explicit with self that I never thought of it as a workaround in this case!