Hacker News new | past | comments | ask | show | jobs | submit login

I was mistaken about tcsh' type system. It's not strongly typed:

    ~> @ i = 0 + "foo"
    @: Expression Syntax.
    ~> @ i = 0 + "1"
    ~> echo $i
    1



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: