|
RPM files 2 messages
If anyone is interested, I've packaged Stanza up in RPMs for your consumption (including the latest experimental release).
You can download them [here](https://github.com/stanza-tools/rpm-spec/releas
If anyone is interested, I've packaged Stanza up in RPMs for your consumption (including the latest experimental release).
You can download them [here](https://github.com/stanza-tools/rpm-spec/releas
|
By
Jake Russo
·
|
|
Stanza Updates? 5 messages
Hi Patrick,
I'll bet a few of us keep coming to the website to see what'sthe latest happenings going on with stanza. Would it be possible to give a little update on how things are progressing?
On an
Hi Patrick,
I'll bet a few of us keep coming to the website to see what'sthe latest happenings going on with stanza. Would it be possible to give a little update on how things are progressing?
On an
|
By
Yves Cloutier
·
|
|
Lostanza types 17 messages
A few questions with regards to lostanza types:
1. How can I create/represent a 16-bit number?
2. How do you signify that a number is unsigned?
3. Can you create type aliases for things like callback
A few questions with regards to lostanza types:
1. How can I create/represent a 16-bit number?
2. How do you signify that a number is unsigned?
3. Can you create type aliases for things like callback
|
By
Jake Russo
·
|
|
Unicode support 2 messages
Hi! Discovered LBStanza just yesterday. After going through "Stanza by Example" I find Stanza a very exciting language. Please keep up the excellent work.
To my question: Somewhere it was mentioned a
Hi! Discovered LBStanza just yesterday. After going through "Stanza by Example" I find Stanza a very exciting language. Please keep up the excellent work.
To my question: Somewhere it was mentioned a
|
By
alexander.dann@...
·
|
|
Stanza-window disappears in Windows 7 12 messages
Hi there, I've been rubbernecking Stanza for some time now and finally found motivation to start,
yet when I try to make my first steps I notice I can not continue because the window that opens when
Hi there, I've been rubbernecking Stanza for some time now and finally found motivation to start,
yet when I try to make my first steps I notice I can not continue because the window that opens when
|
By
gerhard.ulli@...
·
|
|
Regex support 22 messages
What would be the 'best' way to implement regex support in Stanza? Do we want something written in native code, or can we just cook up some bindings for PCRE (which is how R does it, if I am not wrong
What would be the 'best' way to implement regex support in Stanza? Do we want something written in native code, or can we just cook up some bindings for PCRE (which is how R does it, if I am not wrong
|
By
Sumit
·
|
|
Random Numbers? 19 messages
Hey Patrick, this is Scott, I'll meet you on Tuesday :)
Really like what you are doing here! Read through the whole learning by example guide and I kept jotting down questions as I read and then the
Hey Patrick, this is Scott, I'll meet you on Tuesday :)
Really like what you are doing here! Read through the whole learning by example guide and I kept jotting down questions as I read and then the
|
By
Scott Rostrup
·
|
|
New article on Stanza's optional type system posted 3 messages
Hello.
A new article that details the motivations and mechanisms behind the design of Stanza's optional type system has been posted. Those that have been curious about some of Stanza's internals and
Hello.
A new article that details the motivations and mechanisms behind the design of Stanza's optional type system has been posted. Those that have been curious about some of Stanza's internals and
|
By
Patrick S. Li
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|