|
You are here |
elixirforum.com | ||
| | | | |
lucasr.org
|
|
| | | | | Up until now, Probe relied on dynamic view proxies generated at runtime to intercept View calls. Although very convenient, this approach greatly affects the time to inflate your layouts-which limits the number of use cases for the library, especially in more complex apps. | |
| | | | |
www.creativedeletion.com
|
|
| | | | | Five years ago Elixir code would usually have to call third party applications to handle date, time and time zones. And blog posts (including on this blog), ... | |
| | | | |
nurkiewicz.com
|
|
| | | | | Clojure is a dynamically, strongly typed programming language. It's a dialect of _Lisp_ running on the Java Virtual Machine. Lisp is 6 decades old and has a really weird syntax. That weird syntax is called _Polish prefix notation_. Basically, in every other language you've used math operators like plus or minus are infix. It means they are placed between operands. For example, `1 + 2`. In Clojure, you always put the operator (or any other function for that matter) in front. So simple addition becomes... `+ 1 2`. | |
| | | | |
blog.pchudzik.com
|
|
| | | [AI summary] The post explains best practices for enforcing consistent coding standards across a development team by exporting IDE settings and integrating automatic style checks into the build process. | ||