hoogle
ihp
Our great sponsors
hoogle | ihp | |
---|---|---|
32 | 84 | |
612 | 3,306 | |
- | 4.7% | |
5.8 | 9.9 | |
about 1 month ago | 6 days ago | |
Haskell | Haskell | |
BSD 3-clause "New" or "Revised" License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
hoogle
-
Turn a fold into a monadic fold?
For what it's worth, I've never used/heard of this function myself, but I used the awesome https://hoogle.haskell.org site and searched by the type signature:
-
YouCode a Search Engine for Coders
Looks cool.
Maybe it can also search by signature like https://hoogle.haskell.org/ - would be a killer feature for me, but niche :)
-
Monthly Hask Anything (May 2022)
As for finding things in those many modules, I usually check hoogle first: https://hoogle.haskell.org/
-
How Would You Even ApproachThis Problem
If the type doesn't make it clear, then I read the docs or source on hackage. To find the right hackage package, I generally use hoogle which can be queried by name or by type!
-
Looking for some general advice on my first project.
Cool project and overall I'd say your good is good. There's some stylistic things I might change. Below I've commented on a bunch of random stuff just to give you food for thought and possible leads to look into as a continuing to learn haskell sort of thing. I was pretty bad about citing where functions are from, so I recommend using something like hoogle (https://hoogle.haskell.org/) if it's not clear what function I meant.
-
Hoohle
Fun fact: Hoogle is actually a thing: https://hoogle.haskell.org
-
Higher order function
You can search for a type signature on Hoogle. For example, if I wanted to know if there's a function from lists to Maybe I could search for [a] -> Maybe [a]
-
How do I return either the "expected" return type or something else (like Nothing)?
Haskell has a search engine, called hoogle, for looking up types and functions. It's invaluable for getting familliar with the language. https://hoogle.haskell.org
-
Negatív értékelés
hoogle
- A trick to have arbitrary infix operators in Python
ihp
-
thin.dev: Typesafe realtime backend for react/svelte/.. apps, 400+ Stars on GitHub
Yep exactly, you can find it mostly here https://github.com/digitallyinduced/ihp/tree/master/IHP/IDE/SchemaDesigner But no Haskell is needed for using Thin itself
- IHP v0.19.0 has been released 🎉
-
11 Companies That Use Haskell in Production
Haskell is famous for it's quite an academic nature. But the ecosystem has drastically improved in recent years, so that that image is really outdated by now.
E.g. with Haskell Language Server we have nice autocompletion. Recently dot-notation has been added, so you can now write `someValue.someField` as in other languages. And the documentation is improving as well.
If you're doing web development, a good starting point is IHP (https://ihp.digitallyinduced.com/). IHP is Haskell's version of Laravel/Rails/Django. It's really a superpower to have Haskell's type system combined with the rapid development approach of Rails :) (Disclaimer: I'm founder of the company that makes IHP)
-
Introduction to Haskell Typeclasses
If this post got you interested in learning more about Haskell and you want to see type classes in some real code, a great starting point for Haskell is IHP :)
IHP is a new Haskell framework with a focus on actual building applications. Imagine the productiveness of rails combined with the typesafety of Haskell.
It's now already the biggest Haskell web framework, we just hit 3200 GitHub stars. I belive Haskell can reach a lot more than it's currently doing if we get things easy to use.
If you want to build a web app with Haskell and play with type classes check it out: https://ihp.digitallyinduced.com/ GitHub: https://github.com/digitallyinduced/ihp
-
Show HN: Thin Back end, a universal back end for making realtime React Apps
Do you think making it more open source would solve the issue?
Thin is mostly based on IHP DataSync. You can the source code here https://github.com/digitallyinduced/ihp/blob/master/IHP/Data... Thin itself is just a "thin" wrapper around IHP and IHP DataSync.
Hey there, Founder of digitally induced here. Happy to share what've been working on with Thin Backend over the last months.
Thin is a version of the [IHP Framework](https://ihp.digitallyinduced.com/), designed to be used by frontend developers. Instead of building APIs with low-level `fetch` calls, we provide high-level APIs like `createRecord('tasks', { title: 'Hello World' }`, `updateRecord(..)` and `deleteRecord(..)` to update your database.
To simplify state management (which is typically hard and lot's of boilerplate), we provide realtime APIs so that all app state is always in sync with the actual database. Previously your react app might have been rendered from the redux state, now it's rendered directly from the server state.
The Schema Designer and the migration tools make it really easy to get going with a project.
Happy to hear everyone's feedback! :)
-
Discussion Thread
u/Evidencebasedonly (did i get that right) you are a Haskell dev no? I saw this framework recently, it looks cool, has code generators and a integrated JSX style DSL and all
-
ECM is hiring a Junior/Intermediate Haskell engineer
IHP
- can you recommend active Haskell open source projects?
-
production ready backend tech stack
As far as what makes it into production, those choices are usually more conservative. I can, for example, imagine a backend in say IHP haskell, and a front end in wasm-compiled yew rust, buuuuut more often than not, it's something like the LAMP stack, or like ASP.NET top to bottom. Nothing here will produce code that makes senior engineers cry of its beauty, but it will be code that any company can fill roles to work on, and is at least reasonably intelligible if you already know a C-based language. Things that would not be true in my extremely contrived example.
What are some alternatives?
Ruby on Rails - Ruby on Rails
haskell-ux - Let's make Haskells error messages helpful :)
miso - :ramen: A tasty Haskell front-end framework
hakyll - A static website compiler library in Haskell
ihaskell - A Haskell kernel for the Jupyter project.
ghc-proposals - Proposed compiler and language changes for GHC and GHC/Haskell
castle - A tool to manage shared cabal-install sandboxes.
Hobo - The web app builder for Rails (moved from tablatom/hobo)
purescript-flame - Fast & simple framework for building web applications
merlin - Context sensitive completion for OCaml in Vim and Emacs
You-Dont-Need-GUI - Stop relying on GUI; CLI **ROCKS**
Exercism - Scala Exercises - Crowd-sourced code mentorship. Practice having thoughtful conversations about code.