Is Fortnite actually written in Verse? Seems unlikely if Verse is new or a work in progress. Does anyone know what language Fortnite is written in?
Type system of Fortnite's Verse language
41–50 of 159 posts
Re: Type system of Fortnite's Verse language
#42Earlier quoted context omitted.
At the same time… the language is interesting , and I’m sure it’s technically very well designed, but I’m not sure it’s a good fit for the task they’ve got. The apparent goal is for this to allow anybody to democratically contribute to Fortnite (a game most popular with a fairly young audience), but the language feels very technical and not-beginner-friendly to me. For example, it’s fairly symbol-heavy (making it int…
I mean I was writing C++ in junior high and I am by no means that bright. Just persistent. I think in some ways we have become too afraid of some upfront complexity at the expense of beginners in order for more well engineered systems. I think a slightly higher learning curve is not always a bad thing.
we should strive to provide a better gateway than we had when we were young.
Re: Type system of Fortnite's Verse language
#43Re: Type system of Fortnite's Verse language
#44Tangential, and because I had to look it up: > Verse has been designed by some people who really know what they’re doing: Lennart Augustsson, Joachim Breitner, Koen Claessen, Ranjit Jhala, Simon Peyton Jones, Olin Shivers, Tim Sweeney The listed people are all luminaries of the functional programming world (and adjacent, like theorem proving and software verification), particularly Haskell. Hell, Simon Peyton Jones i…
Or they might be just creating a Yet Another Language precisely because they are luminaries of functional programming. Those often tend to chase a yet another unattainable dream of "the one true functional language". When you type the words "the really know what they are doing" when talking about a language for game programming , I would expect people who know about game programming first, and about language design s…
Re: Type system of Fortnite's Verse language
#45Am I the only one who thinks this is possibly the least appealing programming syntax they've ever seen?
Lua would probably work just as well and been a better choice...
Re: Type system of Fortnite's Verse language
#46Earlier quoted context omitted.
At the same time… the language is interesting , and I’m sure it’s technically very well designed, but I’m not sure it’s a good fit for the task they’ve got. The apparent goal is for this to allow anybody to democratically contribute to Fortnite (a game most popular with a fairly young audience), but the language feels very technical and not-beginner-friendly to me. For example, it’s fairly symbol-heavy (making it int…
I still make mods in Unreal Tournament. Unrealscript has its warts but does the job admirably. I can't look at Versescript without thinking that Unrealscript was better.
Re: Type system of Fortnite's Verse language
#47Tangential, and because I had to look it up: > Verse has been designed by some people who really know what they’re doing: Lennart Augustsson, Joachim Breitner, Koen Claessen, Ranjit Jhala, Simon Peyton Jones, Olin Shivers, Tim Sweeney The listed people are all luminaries of the functional programming world (and adjacent, like theorem proving and software verification), particularly Haskell. Hell, Simon Peyton Jones i…
Interesting to see some of the Skookum script async specific features in Verse such as the race keyword.
Re: Type system of Fortnite's Verse language
#48Earlier quoted context omitted.
Or they might be just creating a Yet Another Language precisely because they are luminaries of functional programming. Those often tend to chase a yet another unattainable dream of "the one true functional language". When you type the words "the really know what they are doing" when talking about a language for game programming , I would expect people who know about game programming first, and about language design s…
Why would Epic, owners of the primary reason why C++ is gravitated towards in game programming, spend time and money creating Yet Another Language just to satiate luminaries?
Re: Type system of Fortnite's Verse language
#49Am I the only one who thinks this is possibly the least appealing programming syntax they've ever seen?
Yeah, it doesn't really look like the kind of thing I'd design for 12-year-olds to use? Lua would probably work just as well and been a better choice...
- this reduces fortnite’s audience to 12 year olds. the average age of a fortnite player is an adult
- fortnite custom mods / modes are nearly all developed by adults (the people who will write in this language)
- verse is designed to be used more widely than just fortnite in other games by other game develoment professionals (that are nearly all adults)
i don’t understand how anyone can see a game that makes billions each year and think “12 year olds” are the driving force. video games are not just for teenagers and adults are the primary revenue streams because they have the disposable income
Re: Type system of Fortnite's Verse language
#50Earlier quoted context omitted.
Yeah, it doesn't really look like the kind of thing I'd design for 12-year-olds to use? Lua would probably work just as well and been a better choice...
this comment is wrong on multiple levels - this reduces fortnite’s audience to 12 year olds. the average age of a fortnite player is an adult - fortnite custom mods / modes are nearly all developed by adults (the people who will write in this language) - verse is designed to be used more widely than just fortnite in other games by other game develoment professionals (that are nearly all adults) i don’t understand how…