|
stz, a Fish Shell wrapper and more 2 messages
[stz](https://github.com/fisherman/stz) provides a few helpful shortcuts for practicing and learning stanza: it will execute one-liners, compile and run scripts, and it also provides completions (for
[stz](https://github.com/fisherman/stz) provides a few helpful shortcuts for practicing and learning stanza: it will execute one-liners, compile and run scripts, and it also provides completions (for
|
By
Jake Russo
·
|
|
Stanza 0.9.2 now supports Windows!
Stanza 0.9.2 now supports Windows through the MinGW-w64 gcc runtime system!
Stanza 0.9.2 now supports Windows through the MinGW-w64 gcc runtime system!
|
By
Patrick S. Li
·
|
|
Stanza 0.9.3 fixes math/PI
Math/PI was returning 0.0 in Stanza 0.9.2 because we built it using the wrong bootstrap compiler. If you are seeing this behaviour, please upgrade to 0.9.3.
-Patrick
Math/PI was returning 0.0 in Stanza 0.9.2 because we built it using the wrong bootstrap compiler. If you are seeing this behaviour, please upgrade to 0.9.3.
-Patrick
|
By
Patrick S. Li
·
|
|
Separate compilation and automatic loading of .pkg files documented.
Hi Richard.
Instructions for how to separately compile packages into .pkg files have been documented in the Appendix in Stanza By Example. The order in which directories are searched for the automati
Hi Richard.
Instructions for how to separately compile packages into .pkg files have been documented in the Appendix in Stanza By Example. The order in which directories are searched for the automati
|
By
Patrick S. Li
·
|
|
sbt - a small stanza build tool written in Stanza
sbt is a build tool I wrote because using the compiler required me to put all the files in the arguments and etc and I got very annoyed, so I wrote a tool that finds the stanza files in either the spe
sbt is a build tool I wrote because using the compiler required me to put all the files in the arguments and etc and I got very annoyed, so I wrote a tool that finds the stanza files in either the spe
|
By
admin@...
·
|
|
Comprehensive build instructions? 5 messages
Are there comprehensive build instructions for those who would like to port stanza to other operating systems? I like to use freebsd and openbsd and would like to take a shot at porting stanza to thos
Are there comprehensive build instructions for those who would like to port stanza to other operating systems? I like to use freebsd and openbsd and would like to take a shot at porting stanza to thos
|
By
William Heineman
·
|
|
Naming consistency between def* and val, var 8 messages
Hi all,
I think that naming of `def*` and `val`, `var` are not quite
consistent, `def*` seems like legacy inherited from Lisp. I propose to
remove `def` prefix, e.g:
- deftype => type (same as SML,
Hi all,
I think that naming of `def*` and `val`, `var` are not quite
consistent, `def*` seems like legacy inherited from Lisp. I propose to
remove `def` prefix, e.g:
- deftype => type (same as SML,
|
By
Xin Wang
·
|
|
Accessing HashTable(s) in extern functions 4 messages
Hey all,
http://pastebin.com/geypFC8K
I stumbled across this as I was developing my regex library. Me and Jake discussed this briefly on the IRC channel but we didn't really get anywhere.
The brief
Hey all,
http://pastebin.com/geypFC8K
I stumbled across this as I was developing my regex library. Me and Jake discussed this briefly on the IRC channel but we didn't really get anywhere.
The brief
|
By
Sumit
·
|
|
my first thoughts + explaining why it took me 30 minutes to run the hello world program. 3 messages
checking out lbstanza, so far I'm more than impressed. I've had an interest in programming languages as long as i can remember and this is the first time I've ever come upon a language that has ever p
checking out lbstanza, so far I'm more than impressed. I've had an interest in programming languages as long as i can remember and this is the first time I've ever come upon a language that has ever p
|
By
Jackson Drexler
·
|
|
Tutorial: How to write Tetris using QT in Stanza 2 messages
As a fun aside, I wrote a clone of the Tetris game and posted it under the Documentations section on the website. It contains a binding to the QT gui library so people working on LoStanza might find t
As a fun aside, I wrote a clone of the Tetris game and posted it under the Documentations section on the website. It contains a binding to the QT gui library so people working on LoStanza might find t
|
By
Patrick S. Li
·
|
|
Subreddit 2 messages
I've created a Stanza [subreddit](https://www.reddit.com/r/lbstanza/) and styled it up to look like the main website. I think subreddits are a great way to connect to the rather huge reddit community
I've created a Stanza [subreddit](https://www.reddit.com/r/lbstanza/) and styled it up to look like the main website. I think subreddits are a great way to connect to the rather huge reddit community
|
By
Jake Russo
·
|
|
csv package 13 messages
I have a basic (alpha status) [CSV parser](https://github.com/MadcapJake/stz-csv) that I've been working on over the past few days. Curious to know what you all think and what I can do to improve the
I have a basic (alpha status) [CSV parser](https://github.com/MadcapJake/stz-csv) that I've been working on over the past few days. Curious to know what you all think and what I can do to improve the
|
By
Jake Russo
·
|
|
Howl Editor support 9 messages
In my quest to learn more about [Howl](http://howl.io), I decided to write a [Stanza mode](https://github.com/MadcapJake/howl-stanza-bundle) and it works great! I hope to add completions soon too. If
In my quest to learn more about [Howl](http://howl.io), I decided to write a [Stanza mode](https://github.com/MadcapJake/howl-stanza-bundle) and it works great! I hope to add completions soon too. If
|
By
Jake Russo
·
|
|
json package 4 messages
Inspired by Jake's CSV package, I decided to write a simple JSON
parser/converter for Stanza. It's available here:
https://github.com/dwnusbaum/json.
Any and all feedback is welcome. I'd like to im
Inspired by Jake's CSV package, I decided to write a simple JSON
parser/converter for Stanza. It's available here:
https://github.com/dwnusbaum/json.
Any and all feedback is welcome. I'd like to im
|
By
Devin Nusbaum
·
|
|
LinkedIn group 2 messages
As I continue my quest to spread the gospel of Stanza, I've created a LinkedIn group called [Stanza Developers](https://www.linkedin.com/groups/Stanza-Developers-8546699/about). Request to join or em
As I continue my quest to spread the gospel of Stanza, I've created a LinkedIn group called [Stanza Developers](https://www.linkedin.com/groups/Stanza-Developers-8546699/about). Request to join or em
|
By
Jake Russo
·
|
|
Sublime Text syntax highlighting 6 messages
I've created a simple syntax definition for Stanza for Sublime Text,
available at https://github.com/dwnusbaum/stanza-syntax. It has plenty of
rough edges, but it's been working well for me so far.
N
I've created a simple syntax definition for Stanza for Sublime Text,
available at https://github.com/dwnusbaum/stanza-syntax. It has plenty of
rough edges, but it's been working well for me so far.
N
|
By
Devin Nusbaum
·
|
|
Atom support for `stanza check` 3 messages
I've created a [linter-stanza](https://github.com/stanza-tools/linter-stanza) package for Atom that calls `stanza check` on the currently-focused file. I've only done some light testing on it so plea
I've created a [linter-stanza](https://github.com/stanza-tools/linter-stanza) package for Atom that calls `stanza check` on the currently-focused file. I've only done some light testing on it so plea
|
By
Jake Russo
·
|
|
Printable Documentation 3 messages
Hello,
I'm just a hobby programmer, but I always enjoying coming across new programming languages.
My main interest is processing text. Having had to publish a few books and having to work with Lat
Hello,
I'm just a hobby programmer, but I always enjoying coming across new programming languages.
My main interest is processing text. Having had to publish a few books and having to work with Lat
|
By
Yves Cloutier
·
|
|
Questions about roadmap, features, tooling 4 messages
Teaching myself stanza here and there I'm really starting to itch for things like a REPL, real time syntax-checking, and a package manager. More examples of using stanza with other languages libraries
Teaching myself stanza here and there I'm really starting to itch for things like a REPL, real time syntax-checking, and a package manager. More examples of using stanza with other languages libraries
|
By
Jackson Drexler
·
|
|
PDF Version of Stanza By Example uploaded 4 messages
Hi everyone.
I've generated a PDF version of the Stanza by Example book and uploaded it for those that prefer a version that they can read offline. There is a link to it on the Stanza by Example page
Hi everyone.
I've generated a PDF version of the Stanza by Example book and uploaded it for those that prefer a version that they can read offline. There is a link to it on the Stanza by Example page
|
By
Patrick S. Li
·
|