coffeescript-for-python icon indicating copy to clipboard operation
coffeescript-for-python copied to clipboard

CoffeeScript for Python programmers (a guide)

Results 22 coffeescript-for-python issues
Sort by recently updated
recently updated
newest added

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.9 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies
ruby

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.12.5 to 1.13.6. Release notes Sourced from nokogiri's releases. 1.13.6 / 2022-05-08 Security [CRuby] Address CVE-2022-29181, improper handling of unexpected data types, related to untrusted inputs to...

dependencies
ruby

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies
javascript

* [ ] Move from CircleCI to GA * [ ] Python 2 testing is also broken * [ ] Switch from Yarn to NPM at the same time?

infrastructure

Python's built-ins `any` and `all` correspond to CoffeeScript `Array::some` and `Array::every`. Related to #38

content

Python 3.10 has `match` which should be mentioned in the `switch` section: https://docs.python.org/3.10/whatsnew/3.10.html#pep-634-structural-pattern-matching

content

- [ ] Basic intro of writing HTML with `` tag to include compiled `.js` - [ ] `window.onload` for startup code - [ ] `window?` for environment detection (originally...

content

Analogs to Python `os` and `os.path`

content

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt (and beware compatibility) CS will soon add support for BigInt literals: https://github.com/jashkenas/coffeescript/pull/5104 (merged but maybe not yet released)

content