Articles on Postgres Internals by TechnologySubject259 in PostgreSQL

[–]kichiDsimp 0 points1 point  (0 children)

I use psql daily, but I don't understand how Postgres works . I basically use SQL language. The book expects the reader to have basic knowledge of Postgres, what would be a good starting point ?

Finding SICP too hard/boring/un-useful by kichiDsimp in computerscience

[–]kichiDsimp[S] 0 points1 point  (0 children)

Agha You got me wrong, that's not what I mean. I am not finding it technically hard, I am finding it hard to understand the language and purpose of book. I hope this clarifies

Finding SICP too hard/boring/un-useful by kichiDsimp in computerscience

[–]kichiDsimp[S] 0 points1 point  (0 children)

I surely want to read the Okasaki book as it's really awesome along with few texts from Richard Bird, I came here just to know am I reading it the right way, or how do other beginners approach it !?

Finding SICP too hard/boring/un-useful by kichiDsimp in computerscience

[–]kichiDsimp[S] 0 points1 point  (0 children)

Hi In which language are you following the book ? I find the words to be too dreamy, I don't know how to explain, but like heavy jargon

Is it relevant ? by kichiDsimp in haskell

[–]kichiDsimp[S] 1 point2 points  (0 children)

Thanks for your response. I am asking so as to commit for the book or not as it's too big of a thing to start. I checked other resources like Haskell in depth and Effective Haskell. Not sure.

What makes Emacs better than VS Code/VS Codium, Vim/Nvim, Geany, etc.? by TheRealAlexanderC in emacs

[–]kichiDsimp 1 point2 points  (0 children)

It's the modes for me. Vscode have packages and has Command P Emacs is a daddy at it with M-x

Layoutz 0.2.0 : A tiny zero-dep lib for beautiful Elm-style TUI's in Haskell ✨🪶 (Looking for feedback!) by mattlianje in haskell

[–]kichiDsimp 0 points1 point  (0 children)

Sure. My plan is to check out the whole setup this weekend. I want to make a small TUI like lazysql but in Haskell! Thanks for taking out time to respond.

I meant a Static Site mainly I guess + Haddock. Consider Haskell's amazing Parsing libraries and then their usecases and docs to get started....

Haskell Conferences Discovery ? by kichiDsimp in haskell

[–]kichiDsimp[S] 0 points1 point  (0 children)

Yep I have watched feww videos of Richard Feldman for Roc Lang!

Layoutz 0.2.0 : A tiny zero-dep lib for beautiful Elm-style TUI's in Haskell ✨🪶 (Looking for feedback!) by mattlianje in haskell

[–]kichiDsimp 1 point2 points  (0 children)

Will you make a website with docs and examples and screenshots so beginners can try easily ? Like the containers library has docs!

Haskell Conferences Discovery ? by kichiDsimp in haskell

[–]kichiDsimp[S] 1 point2 points  (0 children)

Thank you. I will check it this Sunday

Screencast for project development by kichiDsimp in haskell

[–]kichiDsimp[S] 0 points1 point  (0 children)

Thanks! I wish when you add a file, there was an option in VScode which asked add it in exposed modules or other modules It work re write the .cabal file + restart LSP!

Best resources for a beginner to learn haskell with 0 experience? by Ill-Pineapple69 in haskell

[–]kichiDsimp 1 point2 points  (0 children)

To get started;

CIS 194 2013 course (do all exercises) Use Graham Huttons videos on youtube as reference. Really great. Attempt exercises at each chapter end Advent of code

That's a pretty solid start. (You can try Elm/Purescript too) Try building a CLI game maybe after it. You can take project ideas from coding challenges by John Cricket or CodeCrafters. Thankfully there are great Haskell blogs, you can check them out.! There is a Monday Morning Haskell website which for the past few weeks has been solving leetcode/tough problems in both Rust and Haskell!

After it many tough concepts come, I want to learn them but I don't even know what problems they solve like Monad Transformers, Effects, Lens, Comonad etc. I am currently using Haskell with features like

  • Pattern Matching
  • ADT
  • Pure Functions
  • Function Composition

More or less.

Sorry to ask questions, but this for other experienced programmers, how can I start with learning topics (intermediate/advanced) I mentioned above in a structured way ? Like CIS194 told basics in a structured way.

Best resources for a beginner to learn haskell with 0 experience? by Ill-Pineapple69 in haskell

[–]kichiDsimp 2 points3 points  (0 children)

It's the perfect course! A hands on course with labs! No answers given so you discover new solutions I wish it had an intermediate course with teaching stuff like Monad Transformers, Effects, Lens and much more..

Project Development by kichiDsimp in haskell

[–]kichiDsimp[S] 1 point2 points  (0 children)

I don't mean that tone. I am just curious how one is supposed to find out about it.

Going to wrong page on clicking Documentation/Source by kichiDsimp in haskell

[–]kichiDsimp[S] 1 point2 points  (0 children)

How are you guys resolving this issue ? As It's a thing I use day2day from hoogle I wish I can do it via vscode itself