Problem

Given a short J phrase, provide the equivalent common English idiom (or vice-versa).

Constraints

Notes

Feel free to submit your own J phrase puzzles. Or even English idioms for a reverse search.

No.

Puzzle

Translation

Puzzle
Author

Solution
Author

Notes

0

" *. (1!:)

"rank and file"

-- DanBron 2006-05-19 18:09:27

-- RogerHui 2006-05-19 19:40:45

1

> a:

"within an ace"

-- DanBron 2006-05-19 18:09:27

-- DanBron 2007-03-21 21:47:50 because no one found the solution

2

,~ 1

"beside oneself"

-- DanBron 2006-05-19 18:09:27

-- DanBron 2007-03-21 21:47:50 because no one found the solution

3

{. +: {:

"head nor tail"

-- DanBron 2006-05-19 18:09:27

-- Raul Miller 2006-05-19 16:29:02

4

"level with me"

L: ]

-- DanBron 2006-05-19 18:09:27

-- DanBron 2007-03-21 21:47:50 because no one found the solution

5

". :: (2!:55)

"do or die"

-- DanBron 2006-05-24 09:51:14

BrianSchott

6

1 {.^:_ it

"take it to the limit"

-- RogerHui 2009-09-26 18:33:31

-- DanBron 2009-09-28 18:08:09

7

?~2e9

"big deal"

-- RogerHui 2009-09-26 18:36:25

-- DanBron 2009-09-28 18:07:09

The monadic version ?2e9 could be described as "high roller".

8

1 2 1 ([: |. _4 1 +/ .* [ *//. ^~) ]

"reverse discrimination"

-- RogerHui 2009-09-26 18:54:43

-- DanBron 2009-09-28 18:15:53

The verb 1 2 1 (_4 1 +/ .* [ *//. ^~) ] calculates the discriminant $ b^2 - 4ac $, and of course |. reverses it.

Discussion

Puzzles/Witticisms (last edited 2009-09-29 20:49:59 by DanBron)