Avelino

Results 294 comments of Avelino

`include`: load file `.rum` this file point **test1.rum** ``` (print "print test1") ``` **main.rum** ``` (package "main" (print "start") (include "test1.rum") (print "end")) ``` output: ``` start print test1 end...

@jtemporal recommendation for you

We will follow the same run of Go, array serves for both approach (Array and list)

used `list`, update description

you could list this project in the solanum readme, but ideally an "official" image

`fmt.Println` It was an example. The idea is to enjoy external packages of the Go eco-system, example: ``` (goimport "github.com/avelino/slugify") (slugify.Slugify "Hello, world!") ``` STDOUT: `hello-world`

**Gitlab support** would be great, especially after the news of many projects migrating there this year (After purchasing from GitHub by Microsoft)

A pergunta que faço é: você pensa em usar outro banco de dados ou tudo que esta desenvolvendo é e será para trabalhar com Postgres? Caso a resposta seja `sim`,...