Jump To Content

LearnHub



2 Comments

  1. From the discussion Shell scripts

    Fri, 07 Mar 2008 16:17:48 -0000

    We’ve used so many where I work..

    It is helpful to only use one language for all shell scripts—so you don’t have tons of code that can’t work together.

    At one point, we used the same language for scripts that we were using for our web dev—so we could share libraries and not have to rewrite them in the scripting language.

    In the end, this didn’t work well because PHP (and RUBY also) were not designed for shell scripting.

    Soooo…..

    The engineering decision would be based on some of the following criteria:

    • Will you be able to use it with your existing code
    • Was it designed for the shell?
    • Is it a nice language? (e.g. Perl is ugly)
    • Is there a lot of open-source code available for this language?

    My opinion: Python is your best choice.

    Vote
    Current Rating
    0
    Rate Up
    Rate Down
    No Votes
  2. From the discussion Bootstrap Vs. Funding

    Wed, 05 Mar 2008 18:32:13 -0000

    I think the state of the market must also be considered in this decision. When there is high appetite for investing in pre-revenue startups, you can get away with more. There are times (right now, 2008, in Canada, for example) when pre-revenue startups will have a much more difficult time getting a good financing deal—so one might choose to change their strategy.

    Vote
    Current Rating
    0
    Rate Up
    Rate Down
    No Votes