Hacker News new | ask | show | jobs
by 7thaccount 2010 days ago
I think you're missing the point. K certainly isn't faster than C. If you have a C guru, they should always be able to write faster code than K.

The difference is it should be a lot easier for someone like me (not a C guru) to write a K program that does something useful. I'll also be able to see the whole program as it will likely be a few lines long. If I wrote some C code, it would take me forever and take forever to debug. I see this as similar to any scripting language (Ex: Python).

1 comments

Absolutely. The advantage is terseness of expression.

Less code means fewer bugs.