Skip to content
#

programming-language

Here are 2,849 public repositories matching this topic...

julia
wenyan
meijeru
meijeru commented Nov 3, 2019

I quote from a recent conversation in red/help
Every built-in function has a specification which tells you what the (type of) result is. Or, at least, it SHOULD have this. The docstring of print, e.g., does not tell you its result is unset. Admittedly that might be added.
If HELP <built-in> would always show the type of result, problems such as with print could be avoided for new users.

ponyc
EpicEric
EpicEric commented Oct 8, 2019

When building docs for the stdlib, it seems that the file for the _TestRunner actor is not being generated, which results in the following warnings in MkDocs:

$ ponyc packages/stdlib --docs --pass expr
[snip]
$ cd stdlib-docs
$ mkdocs build
INFO    -  Cleaning site dir
Dohxis
Dohxis commented Mar 9, 2017

Here I have another suggestion, this time about our Gravity's CLI. I come up with this list of improvements which I think should benefit the project:

  • If no arguments passed it should display help section instead of opening REPL
  • To open REPL add a new flag for example gravity --repl
  • gravity new [project] - a new simple command to create new project. (A wizard which helps with co

精心收集并分类整理的Swift开发学习资源,包括Apple官方提供的示例代码和文档,以及github上的项目和国内外开发者的技术博客。欢迎提交pull-request一起维护。https://t.me/SwiftCN QQ交流群 32958950 申请请注明开发经验

  • Updated Feb 25, 2020
  • Swift
aryairani
aryairani commented Jan 14, 2020

To the extent that Input and Output are separate to support easily porting the shell of UCM from one UI (CLI) to another (HTML), it's worth noting that the Input message of one is generally not meaningful in another.

If there are specific values in the Input constructor that are relevant to the output, just copy them into the Output constructor instead of passing through an arbitrary

QuestofIranon
QuestofIranon commented Aug 31, 2019

When compiling to Python with target set to any version above 3.x the type hints for functions and variables get wrapped in single quotes. This breaks functionality with some libraries which rely on type hints such as pydantic.

I first noticed it with Coconut: Version 1.4.1 [Ernest Scribbler] running on Python 3.7.4 but tested it out on the online interpreter with Python 3.3 3.4 3.5 and

Improve this page

Add a description, image, and links to the programming-language topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the programming-language topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.