#neohaskell search results
#neohaskell docs update ⏩ Added a comment section to both the docs and the NHEPs section so everyone can ask for clarification directly in the site. Powered by utteranc.es
#neohaskell docs update ⏩ Constants - neohaskell.org/docs/essential… Laziness - neohaskell.org/docs/essential…
NHEP-8: Script-style modules neohaskell.org/blog/0008-scri… #neohaskell ⏩
neohaskell.org
NHEP 8 - Script-style modules | NeoHaskell
Introduction
#neohaskell docs update ⏩ Added section on Wrapper Types neohaskell.org/docs/essential…
Coming Out as an Eldritch God - An update on my life and #neohaskell dev.to/neohaskell/com… #mentalhealth #identity #opensource #chaos #programming #anxiety #depression #growth #thegame23 #00AG9603 #art #otp23 #selfcare
#neohaskell docs update - published sections on Enums, If-Then-Else, Pattern Matching and Strings. And the most important, now code blocks use Comic Sans Mono ⏩ neohaskell.org/docs/essential…
Many thanks to SiriusStarr for submitting NHEP 5 and NHEP 6 to #neohaskell evolution proposals!⏩ neohaskell.org/blog/0005-bett… neohaskell.org/blog/0006-bett…
From time to time I wake up at 3am just to see my sleep paralysis demon tell me to implement @josevalim 's Lego Lang syntax for #neohaskell github.com/josevalim/lego…
#neohaskell docs update ⏩ Added section on Functions - neohaskell.org/docs/essential…
Huge thanks to @webrickony for helping me debugging why the operator table was not becoming full width. CSS can be hard sometimes 😅 #neohaskell ⏩ neohaskell.org/docs/essential…
👀 #haskell -> #neohaskell
Introducing NeoHaskell: A beacon of joy in a greyed tech world dev.to/neohaskell/int… #haskell #opensource #programming
Thanks to SiriusStarr on GitHub for submitting a #neohaskell evolution proposal NHEP 7 - More Concise Type Signature Syntax neohaskell.org/blog/0007-more…
This is such an amazing project! 🚀 I sincerely encourage you to jump on the #NeoHaskell wagon if you want to help shape a community of passionate developers who solve problems in a both pragmatic and joyful way ❤️
Introducing NeoHaskell: A beacon of joy in a greyed tech world dev.to/neohaskell/int… #haskell #opensource #programming
Nice #neohaskell core summary 👏
Yeah, my list would be: - start with a fresh prelude - GHC2024 + extensions like record dot - start changing RTS defaults into profile sets - redesign exceptions into async/sync and proper hierarchy - prefer Either over exceptions always when recoverable
Made some fixes to the math docs in #neohaskell ⏩ Thanks to @ChooKingDev and SiriusStarr on GitHub for the review of the docs!
What do you prefer to stay updated about #neohaskell? 1. This account tweets, @NeoHaskell RTs 2. @NeoHaskell tweets, this account RTs
18 vote · Final results
Thanks to @verogarp for fixing the contrast issue in the #neohaskell docs!
🚀 Exciting news! NeoHaskell v0.2.0 is here, bringing an Elm-inspired CLI architecture and expanded core library. Join the community and start building powerful CLI apps with clear separation of concerns. Let's evolve together! #NeoHaskell #CLI #ElmInspi… ift.tt/pwX608a
dev.to
Announcing NeoHaskell v0.2.0: Bringing Elm-Inspired Architecture to CLI Apps
A basic CLI scaffolding
🌟 Check out @NickTchayka's latest DevLog 00002 discussing the implementation of a working Elm-style event-sourcing application main loop in NeoHaskell. Learn about the power and potential of this approach! #Programming #DevLog #NeoHaskell 🚀 ift.tt/ywg3ZEn
dev.to
DevLog 00002 - A main loop working
This week I kept working on having a working Elm-style event-sourcing application main loop in...
From time to time I wake up at 3am just to see my sleep paralysis demon tell me to implement @josevalim 's Lego Lang syntax for #neohaskell github.com/josevalim/lego…
Everyday I'm thinking more and more about starting to work on custom syntax for #neohaskell
In my opinion, for a functional programming language to see wide adoption on the FE, it needs to have a syntax that rivals JSX. This is why I believe ReScript is the most viable option right now. Because it supports JSX.
Nice #neohaskell core summary 👏
Yeah, my list would be: - start with a fresh prelude - GHC2024 + extensions like record dot - start changing RTS defaults into profile sets - redesign exceptions into async/sync and proper hierarchy - prefer Either over exceptions always when recoverable
Coming Out as an Eldritch God - An update on my life and #neohaskell dev.to/neohaskell/com… #mentalhealth #identity #opensource #chaos #programming #anxiety #depression #growth #thegame23 #00AG9603 #art #otp23 #selfcare
#neohaskell definitely needs a mascot. Thought of a CRT monitor with a smile, but thats too cheesy maybe?
What do you prefer to stay updated about #neohaskell? 1. This account tweets, @NeoHaskell RTs 2. @NeoHaskell tweets, this account RTs
18 vote · Final results
#neohaskell docs update - published sections on Enums, If-Then-Else, Pattern Matching and Strings. And the most important, now code blocks use Comic Sans Mono ⏩ neohaskell.org/docs/essential…
NHEP-8: Script-style modules neohaskell.org/blog/0008-scri… #neohaskell ⏩
neohaskell.org
NHEP 8 - Script-style modules | NeoHaskell
Introduction
#neohaskell docs update ⏩ Added section on Wrapper Types neohaskell.org/docs/essential…
literally thinking about it, making zines for #neohaskell when it reaches 0.0.1
Thanks to SiriusStarr on GitHub for submitting a #neohaskell evolution proposal NHEP 7 - More Concise Type Signature Syntax neohaskell.org/blog/0007-more…
#neohaskell docs update ⏩ Added section on Functions - neohaskell.org/docs/essential…
#neohaskell docs update ⏩ Added a comment section to both the docs and the NHEPs section so everyone can ask for clarification directly in the site. Powered by utteranc.es
Many thanks to SiriusStarr for submitting NHEP 5 and NHEP 6 to #neohaskell evolution proposals!⏩ neohaskell.org/blog/0005-bett… neohaskell.org/blog/0006-bett…
#neohaskell docs update ⏩ Constants - neohaskell.org/docs/essential… Laziness - neohaskell.org/docs/essential…
Thanks to @verogarp for fixing the contrast issue in the #neohaskell docs!
From now on, I'm not gonna post anything on the #haskell Reddit, as my ideas are clearly not welcome. I've created /r/neohaskell in case someone wants to engage in #neohaskell discussions.
#neohaskell update ⏩ Finally figured out how to design openly: Focus on documentation first, as if it is for the end user, and then implement later. The docs have "TODO" indicators so it is clear when something is not implemented (mostly everything😂) neohaskell.org/docs/docs-intr…
#neohaskell docs update ⏩ Added a comment section to both the docs and the NHEPs section so everyone can ask for clarification directly in the site. Powered by utteranc.es
From time to time I wake up at 3am just to see my sleep paralysis demon tell me to implement @josevalim 's Lego Lang syntax for #neohaskell github.com/josevalim/lego…
Something went wrong.
Something went wrong.
United States Trends
- 1. #CARTMANCOIN 1,659 posts
- 2. Broncos 65.1K posts
- 3. yeonjun 197K posts
- 4. Raiders 65.4K posts
- 5. Bo Nix 17.9K posts
- 6. Geno 18.3K posts
- 7. $SMILEY N/A
- 8. Sean Payton 4,717 posts
- 9. daniela 40.7K posts
- 10. #criticalrolespoilers 4,772 posts
- 11. #TNFonPrime 3,991 posts
- 12. Kenny Pickett 1,505 posts
- 13. Chip Kelly 1,956 posts
- 14. Bradley Beal 3,437 posts
- 15. Jalen Green 7,297 posts
- 16. TALK TO YOU OUT NOW 26.1K posts
- 17. Kehlani 9,113 posts
- 18. Pete Carroll 1,934 posts
- 19. Jeanty 6,481 posts
- 20. byers 29K posts