Jaime Escudé
Jaime Escudé Torrente[lower-alpha 1] (born 14 April 1962) is a Spanish field hockey player. He competed in the men's tournament at the 1988 Summer Olympics.[1]
Personal information | |||
---|---|---|---|
Full name | Jaime Escudé Torrente | ||
Born |
Barcelona, Spain | 14 April 1962
Notes
- This name uses Spanish naming customs: the first or paternal family name is Escudé and the second or maternal family name is Torrente.
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.
gollark: Oh, like our interpreter race.
References
- Evans, Hilary; Gjerde, Arild; Heijmans, Jeroen; Mallon, Bill; et al. "Jaime Escudé". Olympics at Sports-Reference.com. Sports Reference LLC. Archived from the original on 3 December 2016. Retrieved 15 October 2019.
External links
- Jaime Escudé at Olympedia
- Jaime Escude Torrente at the Olympic Channel
- Jaime Escude Torrente at the International Olympic Committee
- Jaime Escudé Torrente at Comité Olímpico Español (in Spanish)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.