-
Updated
Aug 17, 2020 - JavaScript
{{ message }}
All your standard libraries will be assimilated into our JavaScript collective. Resistance is futile.
Esoteric Programming Language
Java Programming Tutorial for Beginners
An open-source interpreter for the K5 programming language.
刚迎来了第三位成员, 俗话说三人成群, 也许是时候讨论一下这个社区的运行方式了. 本人是第一次在github新建orgnization, 之前参与过另一个以外国程序员为主的org, 觉得大氛围挺专业, 而且这种公开讨论的形式效率挺高. 希望大家随意聊聊. 比如对这个社区的期望, 个人的目标, 如何利用github进行主题讨论, 任何对我的问题, 或者任何其他话题. @buyouyuan @jeromechan
下面是已有的讨论较多的话题. 为避免此帖太长, 如对其中一些有兴趣可以直接在那里发表; 如果有新主题或不同意见非常欢迎开新issue讨论(类似论坛开新帖):
JS++, a sound static/dynamic programming language for web development
Was going to do this in the MVP. But honestly, I know nothing about Emscripten
Thus, I think I will go ahead, launch, and get the hype going, and then teach myself emscripten to make the demos
As generating human-readable code is not a current aim, and we're quite far from having it anyway, it would make sense to generate a code that is already "minified". (i. e. cannot be reduced more by a minifier).
This might not be possible to achieve to 100% without implementing some complicated compiler logic (for example determining whether some parenthesis are needed). Implementing those shou
文言陰符 An Introduction to Programming in Wenyan Language
Contains the online course about Data Science, Machine Learning, Programming Language, Operating System, Mechanial Engineering, Mathematics and Robotics provided by Coursera, Udacity, Linkedin Learning, Udemy and edX.
Japanese Programming Language Nadesiko v3 (JavaScript)
A programming language for Minecraft Vanilla
TRE is an object oriented, functional programming language, that enables user to view all processes happening inside a memory during program execution.
Japt 1.4.5, the other JavaScript golfing language
CaffeineScript - a beautiful language that lets you write JavaScript with 3x less code
Logic Production System (LPS) programming language interpreter implemented in JavaScript for Node.js and browsers.
Specification of the Formality proof and programming language
PROTOTYPE: A minimal scripting language - OOP via lambda functions and pattern matching
A programming language designed for generating awesome structures.
Programming language made up of chess games
CMIL - Clarified Multilingual Intermediate Language
Add a description, image, and links to the programming-language topic page so that developers can more easily learn about it.
To associate your repository with the programming-language topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Our current CLI commands are too verbose. When it concerns tests, this is annoying. Also, when error occurs, the error message is the only thing I see.
Describe the solution you'd like
I want to run commands silently and, if an error occurs, be able to trace the problem.
Describe alternatives you've considered
I su