Dominican Summer League Mariners
The Dominican Summer League Mariners or DSL Mariners are a Minor league baseball team in the Dominican Summer League. They play in the Boca Chica South Division. They are a Seattle Mariners Rookie-Level affiliate.
Dominican Summer League Mariners Boca Chica | |
Minor league affiliations | |
---|---|
Class | Rookie |
League | Dominican Summer League |
Division | Boca Chica South |
Major league affiliations | |
Team | Seattle Mariners |
Minor league titles | |
League titles (0) | None |
Team data | |
Nickname | Mariners |
Ballpark | Las Palmas Complex |
Owner(s)/ Operator(s) | Seattle Mariners |
Manager | Claudio Almonte |
Notable players
- Julio Rodríguez (born 2000), Dominican professional baseball outfielder
Roster
Players | Coaches/Other | |||
Pitchers
|
Catchers
Infielders
Outfielders
|
Manager
Coaches
|
gollark: It's very\* readable\*\*.
gollark: ```javascriptconst spaces = regex(/^ */)const whitespace = regex(/^[ \n\t]*/)const name = regex(/^[^ \n\t():]+/)const code = many(coroutine(function*() { yield spaces return yield choice([ coroutine(function*() { yield char("(") const x = yield code yield spaces yield char(")") return x }), name ])}))const program = sequenceOf([ many1(coroutine(function*() { yield whitespace const n = yield name yield whitespace yield str(":=") const c = yield code return { code: c, name: n } })), possibly(whitespace)]).map(([x, _]) => x)```parsing™
gollark: It was very elegant. I combinated™ it in a few lines of code.
gollark: It went nicely and I had a cool parser and all until it turned out that we were accidentally pushing to the wrong end of a list or something in a stupidly hard to debug way.
gollark: Fun times, that was. We were using JS to implement that weird stacky language.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.