Live data from Hacker News

Ask HN: What are you learning?

news.ycombinator.com

21–30 of 906 posts

Re: Ask HN: What are you learning?

#21
post #5

Exploring Elixir & Phoenix. Solved some AOC & exercism problems with it, and wrote a BF compiler. So far, enjoying every bit of it. The language itself is beautiful! Codes are available on my Github[1] account :). [1] https://github.com/wasi0013/

What inspired the BF compiler project?

Re: Ask HN: What are you learning?

#23
I built an expense tracker app using Flutter a while ago that I've been using for a year. It has really helped me in understanding where my money is going. To build it quick, it uses Google Sheets as a backend and BigQuery for running sql queries over the data. While everything works, it's quite slow so I'm looking at building the API server with rust warp and sqlite to store all transactions.

Re: Ask HN: What are you learning?

#24
Clojure! I played around with common lisp a bit a some months ago, though I basically used none of the lisp specific features like macros. After reading a few blog posts on functional programming and "the lisp way" I have decided to buy a book on Clojure. My end goal (for now) is to build a basic website with a backend.

Re: Ask HN: What are you learning?

#25
post #10

... Don't laugh: C I learnt programming mainly through various scripting languages, some of which had some relatively simple visual output available, which I personally found invaluable for learning and visualizing. I realized that better visual output was the main thing holding me back from doing more in C since there are so many options, often complex, involving much boilerplate. So my mini project is essentially e…

Out of interest, why would people laugh at someone learning C? I know plenty of people using C in all manner of domains, choosing it over C++ or Rust for fair and sensible reasons - I'm not a C person myself, but it certainly seems extremely useful to have in the toolkit!

Re: Ask HN: What are you learning?

#26

I've been trying to build real systems with Microsoft's Durable Functions. I've been utterly fascinated by the patterns that have emerged on some of them.

What are those patterns? I've used Azure functions a lot but never had (I think) a use case for durable ones.

Re: Ask HN: What are you learning?

#28
post #2

I’ve started getting into Go. Looks good so far. Working on a side project, which is my best way to get into something new.

what are your resources to learn the lang?

Although the question is not directed at me, I've found exercise websites to be extremely valuable. I value learning/gathering experience by reading code, but I find the hands-on approach more stimulating.

My favourite resource right now is exercism.io. Although some tracks have too much of a high students/mentors ratio to be effective/practical in mentored mode (or to activate the mode at all), going through all the exercises (and community solution) is still a very effective way to learn a language (along with a textbook, of course).

Codewars is another interesting idea, however, it's much more grounded on computer science, which is not very well suited to just learning a language.

Re: Ask HN: What are you learning?

#29

I'm currently trying to get into game development and Rust so I'm trying out Amethyst: https://book.amethyst.rs/master/ . I wanted to follow along with a roguelike game tutorial for Rust, but there was a problem. I would love to make some games that you can play co-op with some friends as I feel like there aren't enough games like it out there.

Nice! I just did a simple roguelike in Rust a few months ago. I somewhat regret not looking at what it would take to make is work with wasm from the beginning, though.

Did you happen to use this? https://bfnightly.bracketproductions.com/rustbook/ If not, what did you use?

Re: Ask HN: What are you learning?

#30
I've been meaning to try and learn Lojban for quite a while. Now that almost all of my distractions are shut down for the forseeable future, maybe I'll be able to make some progress. I have acquired copies of "English Through Pictures" by I. A. Richards, and I thought I'd do something similar, only for Lojban. If I do make significant progress with that, maybe I'll post it somewhere.
Post reply on HN