Tweetovi
- Tweetovi, trenutna stranica.
- Tweetovi i odgovori
- Medijski sadržaj
Blokirali ste korisnika/cu @javierwchavarri
Jeste li sigurni da želite vidjeti te tweetove? Time nećete deblokirati korisnika/cu @javierwchavarri
-
Internet: Here's a new language! Designed to build web applications. Me: oh nice! Internet: Every value or function declaration needs to have its type manually annotated. Me:pic.twitter.com/FTVd4eQFDo
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Impressed at how the idea of lean, light dependency trees is ingrained in OCaml culture. Dune (the official build tool, could be seen as the "Babel of OCaml") has just 2 dependencies: - base-unix - base-threads
Both have no transitive dependencies. https://github.com/ocaml/dune/blob/f3df7abe6450ee55aae3384eda4646069a0adfe1/dune.opam#L31-L32 …Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Also, thanks to
@rickyvetter for your work in the ReasonReact "ultra-thin" bindings to ReactJS, that allow Reason components to keep their original names in places like dev tools. I feel so spoiled: using such a great UI library in perfect sync with such an amazing language
Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Yesterday I was debugging an endless rendering issue in a ReasonReact application and after some time struggling trying to see something with Firefox profiler, I opened React Dev Tools, in 1min the problem revealed itself! Amazing work
@brian_d_vaughn &@reactjs team, thank you!pic.twitter.com/4neQ0gbKKKPrikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Just published an article with some ideas to publish and consume ppxs from source in ReasonJS (BuckleScript): https://www.javierchavarri.com/when-two-worlds-collide-using-esy-to-consume-ppxs-from-source-in-bucklescript/ … Thanks to the great
@mrmurphytweets for his feedback and ideas while writing it!
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
cc
@kkga_ for good measure, we probably talked about this in the past :)Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Sometimes I look at written ML code and think how close this is from visual representation, and how cool it'd be if there was a way to translate OCaml code to visuals (and back). Left, a `switch` statement in Reason using pattern matching. Right, an `unpack` box in MaxMSP.pic.twitter.com/u3Qu5N2EI7
Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
I think that's it
What about you? What ReasonML and OCaml projects or events would you highlight from this year, and what are you excited about to see happening the next one?
Cheers!
:)pic.twitter.com/ivpIkJ8wfWPrikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
- An Rails-like web framework from experiments like https://github.com/yawaramin/re-web … or https://github.com/reason-native-web/morph …. - 1st-class support for dynamic imports in BuckleScript - Improved experience for BuckleScript ppx authors - Improved tooling (IDE support, AST analysis, monorepo setup)
Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
My wishes for 2020: - More tutorials, videos, blog posts for both newcomers and oldcomers :) - bsb understanding `dune` files: https://github.com/ocaml/dune/issues/140#issuecomment-510414737 … - Consolidation between native & JS packages with esy - A new version of the BuckleScript playground
Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
13. Reason-native released (rely, pastel, ...): https://reason-native.com/ 14. Lots of other cool projects like fnm, reenv, nit, h2, decco… 15. Support for OCaml and Reason syntaxes added to http://astexplorer.net
Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
10. Revery added lots of features and fixes, and is getting skia support soon: https://github.com/revery-ui/revery/pull/567 … 11. brisk-reconciler got ppx and new apis for hooks and components: https://github.com/briskml/brisk-reconciler … 12. Tezos smart contracts with ReasonML:https://hackernoon.com/tezos-smart-contracts-with-reasonml-docker-and-a-sandboxed-node-89df929ca1cf …
Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
7. HUGE release, Bucklescript v7: upgrade to 4.06 and records as objects: https://bucklescript.github.io/blog/2019/11/18/whats-new-in-7 … 8. Reason-react v0.7: jsx3 + hooks API: https://reasonml.github.io/reason-react/blog/2019/04/10/react-hooks … 9. Oni2 released pre-alpha builds: https://v2.onivim.io/
Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
4. Support for async/await syntax in both native and BuckleScript is _really_ close now: https://github.com/facebook/reason/pull/2487 … 5. http://reasonml.org docs site created, looking awesome! 6. Much better story for x-platform publishing of native binaries with Azure:https://github.com/esy-ocaml/hello-reason …
Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
1. Second Reason conference in Europe: https://www.reason-conf.com/ 2. First Reason conference in the US, which included
@jordwalke’s second public talk since React was released: https://www.reason-conf.us/ 3. reerror: much better error handling in Reason parserPrikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Reflecting these days about HOW MUCH happened this year in the ReasonML/OCaml community. These are some highlights, def missing many events and releases (especially on the OCaml side, as I follow closer Reason & BuckleScript), but feel free to add below in comments. Let's go!
Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
I also believe JavaScript mutable nature is not the best fit for React-based apps
https://www.javierchavarri.com/language-debt/ Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Over time, I start to believe that pervasive mutability is at the core of the “features” that are preventing JavaScript from evolving into a safer language (see the conclusions from SoundScript a few years ago).
Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Same happens with immutable libraries in JS: there are tons of options, but none of them ever felt good to me (as user). Immutability is such a low level problem that its much better solved to at the language level, not at library level.
Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
The recent discussions about `let` vs `const` in JavaScript twitter makes me realize how much effort went (and goes) into providing and discussing seemingly different alternatives without actually providing any meaningful gains to devs or users.
Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi
Čini se da učitavanje traje već neko vrijeme.
Twitter je možda preopterećen ili ima kratkotrajnih poteškoća u radu. Pokušajte ponovno ili potražite dodatne informacije u odjeljku Status Twittera.