CodeCombat is recommended for beginners, especially younger individuals or students, who are interested in learning programming in a gamified environment. It's particularly suitable for those who enjoy visual learning and interactive challenges.
Micro is recommended for developers, system administrators, and anyone who frequently works within a terminal environment and needs a straightforward yet powerful text editor. It's particularly suitable for those who are looking for a simpler alternative to more complex editors like Vim or Emacs.
Micro might be a bit more popular than CodeCombat. We know about 80 links to it since March 2021 and only 72 links to CodeCombat. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Anita: I have lifetime access to the subscription-based code-learning website, CodeCombat, where I enjoy learning Python and taking all the Game Development courses offered there. Those games I made were a part of the Game Development 1 and 2 courses (there is also a 3rd course) on CodeCombat. You code the games entirely on your own from scratch by the use of the knowledge you have gathered from the lessons in the... - Source: dev.to / about 1 year ago
And https://codecombat.com, which has been around for a while now. I think this paradigm (navigating a character using "move" function invocations) is good but kind of exhausts its usefulness after a while. I question whether my daughter learns coding this way or just is playing a turn based top down platformer. The most code like thing is when you use 'loops' to have characters repeat sequences of moves. I... - Source: Hacker News / over 1 year ago
So now, while you have time (yes you have no time now but when you are out of school working with a child and or no summer vacation you will have less time) you can try MIT Scratch or CodeCombat and learn to code. For you it's a long the goal is to make 1 app or a handful of apps in 4 years until you graduate. That's absolutely doable even for someone who knows 0 about coding. Then when you graduate, if you are... Source: over 1 year ago
You can also have a look on Erase All Kittens (quite interesting) and also Code Combat. Source: almost 2 years ago
Https://codecombat.com/ is REALLY good, the free levels have enough content for ~10 weeks for an intro to programming term. Source: about 2 years ago
Check out micro: https://micro-editor.github.io/ It's a terminal editor with mouse support and sane key bindings. - Source: Hacker News / 4 months ago
Micro editor (https://micro-editor.github.io/) works best for me but it's terminal-based. - Source: Hacker News / 7 months ago
Simple yet customizable? My thoughts go to Sublime Text if you want a GUI editor and closed-source is OK, or Micro if you want a TUI editor that is open source: https://micro-editor.github.io/ Like OpenBox, most casual users can be dropped in and know their way around their interfaces, and both options are kinda lightweight compared to other modern options. There is power available for serious customization if you... - Source: Hacker News / 9 months ago
This is great! I used to install micro[0] as "nano with better shortcuts", but it was always a bit of an overkill, so I'm really happy with this change. One quirk that remains: even with --modernbindings, Ctrl+X and Ctrl+C will add to nano's clipboard, instead of replacing whatever is there. [0] https://micro-editor.github.io. - Source: Hacker News / about 1 year ago
Is Micro[0] not a better, more purpose-fit solution to these issues? (Syntax highlighting quality, etc) Prev discussed: https://news.ycombinator.com/item?id=37171294. - Source: Hacker News / over 1 year ago
Tynker - Game Worlds for Kids to Learn Programming
Vis - A vi-like editor based on Plan 9's structural regular expressions.
Scratch - Scratch is the programming language & online community where young people create stories, games, & animations.
Neovim - Vim's rebirth for the 21st century
Robocode - Robocode is a programming game where the goal is to code a robot battle tank to compete against...
JOE - JOE is a full featured terminal-based screen editor which is distributed under the GNU General...