language
Here are 3,676 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 11, 2020 - V
The Ruby Programming Language [mirror]
-
Updated
Oct 11, 2020 - Ruby
This came up for fixes to svg-gradient() (less/less.js#3261). There are no automated visual regression tests, so it might be good to do so for functions that create visual assets. See: https://github.com/garris/BackstopJS
-
Updated
Oct 6, 2020 - JavaScript
Tracking ECMAScript Proposals
-
Updated
Oct 9, 2020
-
Updated
Aug 20, 2020
ChatterBot is a machine learning, conversational dialog engine for creating chat bots
-
Updated
Aug 22, 2020 - Python
### 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
Output Yul ASTs
It would be helpful/essential for verification tools to have access to the Yul ASTs that are generated throughout compilation via Yul.
Better tools for thought
-
Updated
Mar 20, 2018 - TypeScript
The Dart SDK, including the VM, dart2js, core libraries, and more.
-
Updated
Oct 10, 2020 - Dart
List of 75 languages for Laravel Framework 4, 5, 6, 7 and 8, Laravel Jetstream and Laravel Fortify.
-
Updated
Oct 10, 2020 - PHP
The Wren Programming Language. Wren is a small, fast, class-based concurrent scripting language.
-
Updated
Oct 8, 2020 - 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 10, 2020 - Red
This is a follow-up to #4097 where we used an AtomicInteger as a poor-mans replacement for a Semaphore with tryAcquire (or maybe even drainPermits).
GoPlus - The Go+ language for data science
-
Updated
Oct 8, 2020 - Go
Haxe - The Cross-Platform Toolkit
-
Updated
Oct 10, 2020 - Haxe
Gravity Programming Language
-
Updated
Oct 3, 2020 - C
A statically typed lisp, without a GC, for real-time applications.
-
Updated
Oct 11, 2020 - Haskell
Natural language detection
-
Updated
Oct 8, 2020 - JavaScript
Should suppress --strict warnings.
Natural Language Processing Tasks and References
-
Updated
Sep 20, 2018
Pythonic Smart Contract Language for the EVM
-
Updated
Oct 10, 2020 - Python
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."


TS Template added by @mjbvz
TypeScript Version: 4.1.0-dev.20200916
Search Terms
(see comment for condensed repro of the problem)
Issue Type: Bug
Please consider the following JavaScript example: