#ramda — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #ramda, aggregated by home.social.
-
https://www.europesays.com/si/42435/ Lovrenška jezera: eden najbolj posebnih kotičkov Pohorja #advertorial #ČrnoJezero #DružinaPotuje #Eurogarden #izlet #IzletiVNaravoSlovenija #KamNaIzlet #KamNaIzletPoSloveniji? #KamZaVikend? #LovrenškaJezera #POHORJE #PotMedKrošnjami #RAMDA #RepublicOfSlovenia #RepublikaSlovenija #Rogla #Rotar #SI #Slovene #Slovenia #Slovenija #Slovenščina #Sunseeker
-
Hey folks this morning's #HandsOnSAPDev live stream replay is available ... AND we have a blog post detailing everything we covered in that episode too, and more, plus the link to the episode replay. Share & enjoy 🚀 https://qmacro.org/blog/posts/2025/05/15/point-free-coding-and-function-composition/ #fp #ramda #jq #shell #javascript @sap
-
Ramda.js — библиотека, которая избавит вас от reduce и map-каши
Привет, Хабр! Если вас когда-либо раздражало, что Array.prototype.map нельзя использовать для объектов или reduce постоянно требует передавать начальное значение, Ramda.js решает эти проблемы, делая код чище, декларативнее и удобнее. Ramda — это библиотека для функционального программирования в JavaScript, которая по умолчанию не мутирует данные и поддерживает каррирование. В отличие от Lodash, где функциональность чаще заточена под удобство, Ramda больше ориентирована на чистоту кода и прогнозируемость работы функций.
-
Got a resume this morning that was Scott Sauyet's with the name changed and some stuff added (badly, in a different font).
It first piqued my interest because they claimed to be one of the founders of #Ramda, which I know of and use.
I dunno how anyone could think they'd get away with this?
-
#typescript 4's variadic tuple types looks like a huge win for fp oriented libraries such as #ramda #fp-ts or #purify !
Can't wait for someone to get busy and refactor the existing typings for those libs.
-
@e8johan Great talk on FP in JS using ramda.
I've been trying to introduce more FP in my code (Typescript) aside from the regular map/filter/reduce/...
But I think I got in too deep trying to use the great fp-ts [1], it's just a lot when you only have a basic FP background.
Thanks for sharing that video, I think I'll stick with #ramda for now.