determin1st
determin1st
i thought that `.splice` takes array as an argument first, it doesn't, so it doesn't fit. i've made some tests: http://jsbench.github.io/#482b62ecdddfeffcea89d30ded47adb6 so, by the number of elements (in the second...
Great, will use both!
well, it takes a static value anyway.. you may specify that with quotes or \\ it also looks like `typeof! var-name-converted-to-camel-case` which gives an error if varNameCovertedToCamelCase is not defined(...
this change doesnt matter in frontend. browsers have global space, so everything is accessible. i dont know why node.js (ops, error, ppl who use it) choose compiled language style to...
@isiahmeadows i take what functions i need from favorite libraries and KISS - put them in one include file - that's all, no need to study how that zoo works...
@HosseinAgha I see it as a build environment, not a language itself. It will be cool if LiveScript (lsc) would be able to merge (.ls, .js) files into single (.js)...
i still dont get, why this numeric literal parse mechanism exist for example: ```livescript a = 0xFFFFn # BigInt vs surprise b = 0123 # 83 vs compile error c...
oh my.. this is not functional at all, not *real*.. i vote with both hands to drop it in version 2.0! so those who made such comments will not be...
the machine doesnt ignore those characters, for now it's `123n`, but earlier it was `0b001` or `0123`, as i showed in the example. the one, who ignores/truncates it is the...
Okay, i got your point. Think about the benefits - no need to write more docs and more code to support/wrap new features. Maybe it's not inspiring, future-safe or well...