Emeryson
Emeryson was a Formula One constructor briefly in 1956, and then again briefly in 1961 and 1962.
Founder(s) | Paul Emery |
---|---|
Formula One World Championship career | |
Engines | Alta S4, Climax S4, Maserati S4 |
Entrants | Emeryson, André Pilette, Ecurie Nationale Belge, Ecurie Maarsbergen |
First entry | 1956 British Grand Prix |
Last entry | 1962 Monaco Grand Prix |
Races entered | 7 (4 starts) |
Race victories | 0 |
Constructors' Championships | 0 |
Drivers' Championships | 0 |
Pole positions | 0 |
Fastest laps | 0 |
Complete Formula One World Championship results
Works entries
(key)
Year | Chassis | Engine | Tyres | Drivers | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | Points | WCC |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1956 | Emeryson Mk1 | Alta S4 | D | ARG | MON | 500 | BEL | FRA | GBR | GER | ITA | -* | -* | ||
Paul Emery | Ret | ||||||||||||||
1962 | Emeryson Mk2 | Climax S4 | D | NED | MON | BEL | FRA | GBR | GER | ITA | USA | RSA | 0 | NC | |
Tony Settember | 11 | Ret |
* Constructors' Championship not awarded until 1958
Results of other Emeryson cars
(key)
Year | Entrant | Chassis | Engine | Tyres | Drivers | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1961 | MON | NED | BEL | FRA | GBR | GER | ITA | USA | ||||||
André Pilette | Emeryson P | Climax S4 | D | André Pilette | DNQ | |||||||||
Equipe Nationale Belge | Emeryson 1001 Emeryson Mk2 |
Maserati S4 | D | Lucien Bianchi | DNQ | |||||||||
Olivier Gendebien | DNQ | |||||||||||||
1962 | NED | MON | BEL | FRA | GBR | GER | ITA | USA | RSA | |||||
Ecurie Maarsbergen | Emeryson 1006 | Climax S4 | D | Wolfgang Seidel | NC |
gollark: They'll probably say "lambdas are evil" because python hates functional programming a lot of the time.
gollark: *considers creating an esowiki page for haskell and golang*
gollark: ``` func AddInt32(addr *int32, delta int32) (new int32) func AddInt64(addr *int64, delta int64) (new int64) func AddUint32(addr *uint32, delta uint32) (new uint32) func AddUint64(addr *uint64, delta uint64) (new uint64) func AddUintptr(addr *uintptr, delta uintptr) (new uintptr) func CompareAndSwapInt32(addr *int32, old, new int32) (swapped bool) func CompareAndSwapInt64(addr *int64, old, new int64) (swapped bool) func CompareAndSwapPointer(addr *unsafe.Pointer, old, new unsafe.Pointer) (swapped bool) func CompareAndSwapUint32(addr *uint32, old, new uint32) (swapped bool) func CompareAndSwapUint64(addr *uint64, old, new uint64) (swapped bool) func CompareAndSwapUintptr(addr *uintptr, old, new uintptr) (swapped bool) func LoadInt32(addr *int32) (val int32) func LoadInt64(addr *int64) (val int64) func LoadPointer(addr *unsafe.Pointer) (val unsafe.Pointer) func LoadUint32(addr *uint32) (val uint32) func LoadUint64(addr *uint64) (val uint64) func LoadUintptr(addr *uintptr) (val uintptr) func StoreInt32(addr *int32, val int32) func StoreInt64(addr *int64, val int64) func StorePointer(addr *unsafe.Pointer, val unsafe.Pointer) func StoreUint32(addr *uint32, val uint32) func StoreUint64(addr *uint64, val uint64) func StoreUintptr(addr *uintptr, val uintptr) func SwapInt32(addr *int32, new int32) (old int32) func SwapInt64(addr *int64, new int64) (old int64) func SwapPointer(addr *unsafe.Pointer, new unsafe.Pointer) (old unsafe.Pointer) func SwapUint32(addr *uint32, new uint32) (old uint32) func SwapUint64(addr *uint64, new uint64) (old uint64) func SwapUintptr(addr *uintptr, new uintptr) (old uintptr)```Seen in standard library docs.
gollark: Fun fact: that function cannot be written with a sane type in Go.
gollark: Esolang where multiple different garbage collectors run at the same time.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.