language
Here are 4,707 public repositories matching this topic...
Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. https://vlang.io
-
Updated
Oct 7, 2021 - V
-
Updated
Oct 5, 2021 - JavaScript
The Ruby Programming Language [mirror]
-
Updated
Oct 7, 2021 - Ruby
Hello,
I recently upgraded to Node v4.17.5 and it seems a newly added exception there is breaking my Less build.
I'm using less v4.1.1 and less-plugin-autoprefix v2.0.0. To recreate the issue I've -
- Installed the above packages globally
- Created a less file (test.less) with the following content -
p {
color: blue;
}
- On the command line, run -
`lessc test.less tes
Tracking ECMAScript Proposals
-
Updated
Oct 6, 2021
-
Updated
Sep 19, 2021
Looking at the list of Yul transformations in the documentation, I noticed a few slight differences between the list at https://docs.soliditylang.org/en/latest/yul.html#optimization-step-sequence and the list at https://docs.soliditylang.org/en/latest/internals/optimizer.html#optimizer-steps:
- In the second list, change FunctionalInliner to ExpressionInliner, just like in the first list.
### Example
let unreachableProxy = "http://127.0.0.1:8888"
try:
let client = newHttpClient(proxy=newProxy(unreachableProxy), timeout=1)
var res = client.getContent("https://github.com")
echo res
except:
echo "Timed out"
Current Output
timeout variable is ignored, program stuck until default socket timeout will happen
Expected Output
Timed out a
ChatterBot is a machine learning, conversational dialog engine for creating chat bots
-
Updated
Sep 20, 2021 - Python
Specifically two related issues:
- Nan's should be lowercased (similar to #3034)
- Signs for nan should be included (always
+), an issue really if the real part of the complex number is != 0.
For example, in Python:
>>> complex(0, float('nan'))
nanj
>>> complex(float('nan'), float('nan'))
(nan+nanj)
>>> complex(float('nan'), -float('nan'))
(nan+nanj)
>>> complex(-floThe Dart SDK, including the VM, dart2js, core libraries, and more.
-
Updated
Oct 7, 2021 - Dart
Better tools for thought
-
Updated
Mar 20, 2018 - TypeScript
List of 77 languages for Laravel Framework 4, 5, 6, 7 and 8, Laravel Jetstream , Laravel Fortify, Laravel Breeze, Laravel Cashier, Laravel Nova and Laravel Spark.
-
Updated
Oct 3, 2021 - PHP
The Wren Programming Language. Wren is a small, fast, class-based concurrent scripting language.
-
Updated
Sep 11, 2021 - C
Red is a next-generation programming language strongly inspired by Rebol, but with a broader field of usage thanks to its native-code compiler, from system programming to high-level scripting and cross-platform reactive GUI, while providing modern support for concurrency, all in a zero-install, zero-config, single 1MB file!
-
Updated
Oct 6, 2021 - Red
Haxe - The Cross-Platform Toolkit
-
Updated
Oct 7, 2021 - Haxe
It would be useful to have a java.util.BitSet implementation. It looks like most Java collections are available but this one fell through the cracks (perhaps because it's not part of the Collection hierarchy).
A statically typed lisp, without a GC, for real-time applications.
-
Updated
Oct 5, 2021 - Haskell
Gravity Programming Language
-
Updated
Sep 18, 2021 - C
Natural language detection
-
Updated
Aug 16, 2021 - JavaScript
Improve this page
Add a description, image, and links to the language topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the language topic, visit your repo's landing page and select "manage topics."


Bug Report
static class instance intellisense
Tested TS 3.3 till nightly