Skip to content
#

programming-language

Here are 3,047 public repositories matching this topic...

julia
wenyan
LingDong-
LingDong- commented Mar 9, 2020

Hi all! After working on it for 3 months, I'm excited to announce that the first draft of 《文言陰符:文言文編程入門》, Introduction to Programming in Wenyan is available! It is an introduction to wenyan-lang as well as programming in general, written completely in idiomatic Classical Chinese! Check it out!

You can either download an authentic-looking [PDF](https://g

sdk
JulienMLan
JulienMLan commented Mar 23, 2020

Description

Right now there is no documentation on how to run tests for this repository, It would be great if a simple document/ section of the readme could outline how to run the tests locally

Why

this would make it faster for people to dig into the compiler and understand it by observing the effects their changes have on tests. It would also support good, tested contributions by ma

krader1961
krader1961 commented Apr 17, 2020

Someone asked on IRC how if Elvish supported vi mode editing. I couldn't find any mention in the documentation and greping the source didn't return any promising results. It turns out that doing

edit:insert:binding[Ctrl-'['] = $edit:command:start~

will enable a very limited vi editing mode. See also #730 for why the features are currently limited. The currently support vi commands

nadako
nadako commented Mar 17, 2020

So currently the doc for EReg.matched says this:

The index n corresponds to the n-th set of parentheses in the pattern
of this EReg. If no such sub-group exists, the result is unspecified.

But it's not immediately clear what "no such sub-group exists" means exactly. I assume it means that the group was not defined in the regex. But it's a bit confusing in case the group was define

rafaelg21
rafaelg21 commented Mar 18, 2020
  • Have you checked the guidelines in our Contributing document?

Description

Hola, tengo un problema con esta función, la copie y pegue en mi proyecto sin descargar toda la librería pero su retorno no es correcto. ejemplo

number_format(1029,2,',','.');

//resultado 1.0.2.9,00

pchiusano
pchiusano commented Mar 11, 2020

Currently, when doing a push, UCM creates messages like 'Sync branch ' which is not super informative. It is useful to know the namespace hash but it would be nice to know the diff from the previous version as well.

The message comes from here:

https://github.com/unisonweb/unison/blob/master/parser-typechecker/src/Unison/Codebase/Editor/Git.hs#L146-L151

But actually, rig

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

  • Updated Jun 25, 2019
  • Swift
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
Samrose-Ahmed
Samrose-Ahmed commented Mar 9, 2020

Really nice project.

Writing in coconut files, you lose all the IDE integrations for Python. For example, I use VSCode and all the intellicode and hints of course doesn't work for cocount.

I am not too familiar but perhaps theres needs to be a separate language server or maybe you could leverage the existing Python integrations. Either way, better IDE integration wo

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.