unix-as-ide VS scripting_course

Compare unix-as-ide vs scripting_course and see what are their differences.

unix-as-ide

The ebook version of Tom Ryder's series on the Unix programming environment (by mrzool)

scripting_course

:notebook: Books, reference guides and resources on Regular Expressions, CLI one-liners, Scripting Languages and Vim. (by learnbyexample)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
unix-as-ide scripting_course
24 16
357 1,338
- -
0.0 5.9
over 4 years ago 24 days ago
Vim Script
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

unix-as-ide

Posts with mentions or reviews of unix-as-ide. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-27.
  • Unix as IDE: Introduction (2012)
    3 projects | news.ycombinator.com | 27 Dec 2023
  • LazyVim
    32 projects | news.ycombinator.com | 16 Jul 2023
    > I've never understood why people and to extend vim to try to make it half of an IDE.

    Because vim ships with on any *nix machine and provides a consistent experience no matter where you use it.

    Vim is the DE part and people add plugins or whatever to enrich the text editing experience with LSPs or other language aware plugins, and the I in IDE is in the form of the integration with the tooling already available.

    This[0] might shed some better light on the "why"

    [0] https://blog.sanctum.geek.nz/series/unix-as-ide/

  • How to use Ansible on Linux with tools like visual Studio code
    2 projects | /r/ansible | 24 Feb 2023
    Check out “UNIX as an IDE”. First Google hit; https://blog.sanctum.geek.nz/series/unix-as-ide/ There are some great talks on YouTube but can’t be bothered to search :)
  • What do you use for an IDE and for debugging?
    5 projects | /r/vim | 30 Jan 2023
    I use the CLI as my IDE. For me, that's FreeBSD or OpenBSD most of the time with a little bit of Linux (and as little Windows as possible). I usually wrap it all in a tmux session, but with vim/neovim offering :terminal functionality these days, I could see an alternate universe where that got flipped/inverted.
  • After a lot of testing and research I finally found the okayest code editor. Here are the results 🙂
    6 projects | /r/ProgrammerHumor | 11 Jan 2023
  • My thoughts about editors in 2022
    3 projects | /r/programming | 1 Jan 2023
    See Unix as IDE for an example.
  • Uninstall all neovim plugins
    4 projects | dev.to | 2 Dec 2022
    I choose vim/neovim because I need a "just" code editor, and also it can be easily leverage my tools capabilities on UNIX way, and you can read more on this article Unix as an IDE, but the all-in-solutions, like an IDE, is not the right tool for code editing, it came with a lot of features and defaults that you in most cases I don't need it, or I have to learn how to use them according to that IDE.
  • Daily Chat Thread - July 21, 2022
    1 project | /r/cscareerquestions | 21 Jul 2022
    Your teacher probably subscribes to the idea of Unix as an IDE, and I do too! It's important IMO to avoid holy wars, but there are some spectacular tools built into your Unix computer if you take the time to get to know them.
  • I used Vim as an extension. How can I use it as a full-blown text editor on its own?
    1 project | /r/vim | 11 Jul 2022
    Vim is first and foremost a text-editor. In the Unix philosophy other tools should fill the places of the functionality a fully-fledged IDE gives you. You can add plugins and heavily craft your .vimrc to make it a lot like an IDE. But that's not really the "unix way" so to speak. I'm not necessarily some sort of coding elitist. I'll settle for other tools when I have to. I've also spent more hours than I care to admit making VIM more or less an IDE. But there is a sort of simplicity in being able to develop remotely in a test environment using vim and few other CLI tools. I recommend checking out Unix as and IDE for an intro to what I'm talking about.
  • Software engineers on big projects using vim, are you there?
    13 projects | /r/vim | 25 Jun 2022
    Yes, this helped me https://blog.sanctum.geek.nz/series/unix-as-ide/

scripting_course

Posts with mentions or reviews of scripting_course. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-10.
  • Whats Your VIMRC Setup For 2023?
    10 projects | /r/vim | 10 Mar 2023
    I'm still on Vim 8.1 (Ubuntu 20). Most of my settings are available here: https://github.com/learnbyexample/scripting_course/blob/master/.vimrc
  • .vimrc
    2 projects | /r/vim | 25 Nov 2022
    Here's mine: https://github.com/learnbyexample/scripting_course/blob/master/.vimrc
  • Not Your Grandfather’s Perl
    7 projects | news.ycombinator.com | 8 Sep 2022
    I wrote ebooks on CLI one-liners based on grep/sed/awk/perl/ruby/coreutils/etc. These are free to read online: https://github.com/learnbyexample/scripting_course#ebooks

    Plenty of examples and exercises.

  • Ask HN: What are the best open source books?
    1 project | news.ycombinator.com | 12 Jun 2022
    There are huge lists on freely available books on programming topics here:

    * https://ebookfoundation.github.io/free-programming-books/boo...

    * https://ebookfoundation.github.io/free-programming-books/boo...

    ---

    All my book are free to read online and markdown source are available on GitHub: https://github.com/learnbyexample/scripting_course#ebooks

  • Show HN: Command line text processing with GNU Coreutils eBook
    3 projects | news.ycombinator.com | 8 Oct 2021
    I did have an option couple of years back, but there were hardly any buyers. So I closed that store instead of spending time in keeping them updated.

    All my books are free to read online: https://github.com/learnbyexample/scripting_course#ebooks

    Also, you could print to pdf using the markdown source from my GitHub repos or use tools like pandoc to convert markdown to pdf/epub.

  • Ask HN: Anyone prefer a terminal based coding setup?
    3 projects | news.ycombinator.com | 18 Aug 2021
    These might help:

    * https://blog.sanctum.geek.nz/series/unix-as-ide/

    * https://themouseless.dev/

    Personally, I use gvim for all my text editing needs and use a normal terminal (i.e. no tmux, i3, etc). There's not much to share, unless you are interested in my vimrc, aliases, etc: https://github.com/learnbyexample/scripting_course

  • [Giveaway] My books on regexp, cli and scripting are free for a few days
    2 projects | /r/learnprogramming | 7 Jun 2021
    Thanks, do you mean web versions of my books? I made those using mdBook to convert markdown to html (plus js for things like search features).
  • Advice on Getting Better with Regex?
    2 projects | /r/regex | 20 Apr 2021
    https://github.com/learnbyexample/scripting_course#ebooks - I have several books on regex with plenty of examples/exercises (free to read online)
  • Where can I learn to write Regular Expressions?
    3 projects | /r/learnprogramming | 15 Apr 2021
    I have separate books for Python/Ruby/JS regexp. My books on grep/sed/awk include detailed chapters on regexp. You can read them for free online, see https://github.com/learnbyexample/scripting_course#ebooks for links. I use lots of examples to present a concept and there are plenty of exercises to test your knowledge as well.
  • Can anyone provide any references to learning Bash Scripting for newbs? Preferably with some exercises?
    1 project | /r/bash | 17 Feb 2021
    I have a few resources collected here: https://github.com/learnbyexample/scripting_course/blob/master/Linux_curated_resources.md#shell-scripting

What are some alternatives?

When comparing unix-as-ide and scripting_course you can also consider the following projects:

vim-codefmt - Vim plugin for syntax-aware code formatting

bashcrawl

zet - Zettelkasten Repo. This is where I dump my knowledge as it happens, all my zettels ("slips" or notes) about almost anything and everything. The idea is rather simple really and very powerful. Be warned, however, just because something is here doesn't mean it is accurate or even that I still believe it.

awesome-regex - A curated collection of awesome Regex libraries, tools, frameworks and software

vim-crystal - Vim filetype and tools support for Crystal language.

awk-hack-the-planet - Source code repo for Ben Porter (FreedomBen)'s free course on Awk (originally a talk at Linux Fest Northwest 2019 and 2020)

.dotfiles - :fireworks: Arch Linux with i3 / nvim / tmux / urxvt / zsh / ...

vimrc - The ultimate Vim configuration (vimrc)

dotfiles - Bootstrap neovim/zsh/tmux environment for Ruby on Rails development

vim-fugitive - fugitive.vim: A Git wrapper so awesome, it should be illegal

computer-science - :mortar_board: Path to a free self-taught education in Computer Science!