matt-savvy
Is there a word for the ~> symbol used in Version strings?
Do you also just call it a Squiggle Arrow™ ?!
Trending in Discussions
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
New
The obligatory hello world thread!
Who are you and where are you from? :stuck_out_tongue:
New
@chrismccord : I just saw the Extract AGENTS.md from Phoenix.new into phx.new generator commit to the phoenix project.
My initial shotgu...
New
I was working on an Ecto migration and I needed a timestamp. So, for the nth time, I looked up the different data types for timestamps, a...
New
Fly’s CEO posted this recently - Turn And Face The Strange · The Fly Blog
It says that Fly is going all-in on sprites, which is a worry ...
New
We’re evaluating API mocking tools for OpenAPI-based projects and would love to hear what other teams are using.
We’re particularly inte...
New
Is there a word for the ~> symbol used in Version strings?
Do you also just call it a Squiggle Arrow™ ?!
New
Other Trending Topics
BEAM There, Done That with Mat Trudel on Building Bandit and the Web Server Running Your Phoenix App
New episode covering Bandit’s engineering in more depth than I’ve seen elsewhere.
Stack trace clarity. One process per connection means ...
New
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
Chat & Discussions>Discussions
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #blog-post
- #phoenix_html
- #iex
- #graphql
- #ai
- #genstage
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #security
- #hex










Showing Posts 1 to 10- Show Best Posts
- Show All Posts (oldest first)
- Show All Posts (newest first)
jswanner
In the Ruby community it’s often called the “pessimistic operator” or twiddle-wakka. The Elixir Version docs only refer to it as “special operator.”
mudasobwa
“Kinda greater”
AstonJ
I’ve always thought of it as the ‘at least and safest’ which ties in with @jswanner’s “pessimistic operator” (pessimistic because you assume major updates will be breaking).
According to Google:
That’s what I’d probably call it too, the “pessimistic version constraint operator”
matt-savvy
These Ruby people must be stopped.
nathanl
I’d call it “roughly equals” or “bacon rocket”.
smathy
I usually refer to it as “version range”, like in a peer review or something.
sorentwo
As @jswanner stated, that is a twiddle-wakka, which comes from old MIT jargon-file era tirms for the tilde (a twiddle) and a bracket (a wakka).
A fun article about the origin: The Strange Case of the Twiddle-Wakka
binaryape
My assumption for the origin of the “waka” part is that > looks like Pacman’s mouth, and Pacman goes “waka waka”. I have no evidence for this.
billylanchantin
TIL “twiddle wakka”, that’s great.
I’ve always called it “squiggle arrow” or “squig arrow” in my head because that’s what it is in LaTeX:
\rightsquigarrowI also really like “kinda greater” because it also works for “kinda lesser” for
<~. Then again, it sorta breaks down for~>>/<<~as they’d be “kinda much greater”/“kinda much lesser” which seem like oxymorons.GrammAcc
TIL that version string syntax components have actual names. It just occurred to me that I’ve never had to actually talk to another dev about specific syntax in a package manager config before. If it’s in code review, I just use the actual symbol since it’s in text. If we’re actually talking about it, I just say something like “pin to major version” or something because that translates to any package manager regardless of the syntax used.
I do love when I learn a new term from the Jargon File that I wasn’t aware of before though. Definitely breaking out “twiddle-wakka” at the next cocktail party (if I ever attend a cocktail party). It’s nice cause it could also double as slang for a FFX overdrive turn. Maybe Fury
~>Attack Reels or something? lol