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

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Typed_arrays

content

https://stackoverflow.com/questions/19718669/nodejs-how-to-take-in-text-input-from-a-keyboard-and-store-it-into-a-variable-i `readline-sync` does a lot of hacks to make a synchronous interface on Windows and Linux (and probably MacOS). Built-in `readline` does it but requires callback or asynchrony.

content

Check for full coverage of all Python built-in functions

content

https://rosettacode.org/wiki/Reports:Tasks_not_implemented_in_CoffeeScript lists a lot of things that haven't been translated into CoffeeScript.

content

Currently we cover Node-based modules. Should document Browserify/Webpack or similar for using `require` on web. Related: Eventually should switch from `require` to `import`, but it's still not default enabled on...

content

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies
javascript

Bumps [activesupport](https://github.com/rails/rails) from 6.0.4.1 to 6.0.6.1. Release notes Sourced from activesupport's releases. v6.0.6.1 Active Support No changes. Active Model No changes. Active Record Make sanitize_as_sql_comment more strict Though this method...

dependencies
ruby

Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies
javascript