Show HN: Rant, a procedural text generation language
1–10 of 37 posts
Re: Show HN: Rant, a procedural text generation language
#2Re: Show HN: Rant, a procedural text generation language
#3Sorry, newbie here. Is there some sort of way to keep a reference to a generated term? For example if I generated the name "Mike" and wanted to use that same name several times.
This is called a match carrier. https://github.com/TheBerkin/Rant/wiki/Query-carriers
Re: Show HN: Rant, a procedural text generation language
#4Re: Show HN: Rant, a procedural text generation language
#5Very nice tool, thanks. Where can i find a documentation or a list of commands?
Re: Show HN: Rant, a procedural text generation language
#6[1] https://github.com/dandelany/band-name/blob/master/templates...
Re: Show HN: Rant, a procedural text generation language
#7Re: Show HN: Rant, a procedural text generation language
#8Very cool! I attempted a very primitive version of this for generating band names[1]. Now I'm tempted to port it to Rant :) One bit of advice though - the "getting started" section could be a bit more helpful for new users... it should at least mention the language it's written in (C#)! [1] https://github.com/dandelany/band-name/blob/master/templates...
Re: Show HN: Rant, a procedural text generation language
#9Re: Show HN: Rant, a procedural text generation language
#10Edit: to guys who are actively minusing this comment, I would be grateful if somebody could actually suggest any use case.