Real Vim ninjas count every keystroke - do you?

Pick a challenge, fire up Vim, and show us what you got.

Changelog, Rules & FAQ, updates: @vimgolf, RSS.

Your VimGolf key: please sign in

$ gem install vimgolf
$ vimgolf setup
$ vimgolf put 9v0064a68333000000000254

Find fix point of cos

Write a function to find the fix point of cos. It is not a good code; It is just to use vim. Inspired by the excellent https://mvanier.livejournal.com/2897.html about the Y combinator.

Start file
from math import cos


def find_cos_fix_point(j):
    a = 12.216
    for i in range(j):
        a = cos(a)

    print(a)


find_cos_fix_point(1)
End file
from math import cos


def find_cos_fix_point(j):
    a = 12.216
    for i in range(j):
        a = cos(a)

    print(a)


find_cos_fix_point(1)
find_cos_fix_point(10)
find_cos_fix_point(100)
find_cos_fix_point(1000)
find_cos_fix_point(10000)
find_cos_fix_point(100000)
find_cos_fix_point(1000000)
find_cos_fix_point(10000000)
find_cos_fix_point(100000000)

View Diff

12a13,20
> find_cos_fix_point(10)
> find_cos_fix_point(100)
> find_cos_fix_point(1000)
> find_cos_fix_point(10000)
> find_cos_fix_point(100000)
> find_cos_fix_point(1000000)
> find_cos_fix_point(10000000)
> find_cos_fix_point(100000000)

Solutions

The best way to learn is to practice. Below, you will find some of the solutions other golfers have entered. To unlock higher ranked solutions, submit your own entry which does as well or better than the solutions you can currently see - climb the ladder!

Check out these helpful resources to improve your Vim skills... Game on.

Unlock 423 remaining solutions by signing in and submitting your own entry
#424 Sparrow He / @SparrowHe - Score: 240 - 08/07/23 @ 01:14
<Down><Down><Down><Down><Down><Down><Down><Down><Down><Down><Down><Down>V<Left><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right>ya<Down><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><CR>p<BS><Esc>p<BS><BS><Down><BS><Down>a<BS><Down><Left>0<Right>p<BS><Esc><Right><Right>ppppppa<Right><Up><Up><Up><Up><Up><Up><Down><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right>00<Down><Left>000<Down><Left>0000<Down><Left>00000<Up><Down><Down><Left>000000<Down><Left>0000000<Right><Esc><Right>ppa<Up><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Right><Left>00000000<Down><Left><Left><Right>000000000<Right><BS><BS><BS><BS><BS><BS><BS><BS><BS><BS><BS><BS><BS><BS><BS><BS><BS><BS><BS><BS><BS><BS><BS><BS><BS><BS><BS><BS><BS><BS><BS><Esc>:wq<CR>

0 comments


Created by: @zmf_tim

424 active golfers, 1432 entries

Leaderboard (lowest score wins):
15
#241 - Petr Hodač / @PetrHodac

08/29/2024 at 08:56AM

15
#242 - Евгений Шевченко / @3530385

09/03/2024 at 04:38AM

15
#243 - KoroneListener / @KoroneListener

09/04/2024 at 03:06PM

15
#244 - Willy / @Willy6932612311

09/04/2024 at 10:44PM

15
#245 - rhasarub / @rhasarub

09/11/2024 at 08:47PM

15
#246 - Pablo Acuna / @pacuna

09/13/2024 at 04:06PM

15
#247 - IroncladDev / @IroncladDev

09/17/2024 at 09:07PM

15
#248 - dlum20 / @dlum20

09/28/2024 at 09:49AM

15
#249 - Gustav Kristensen / @gustavkrist

10/01/2024 at 05:14PM

15
#250 - Elliot Schemmel / @regulated

10/03/2024 at 09:22PM

15
#251 - Ondřej Štěch / @techdump-xyz

10/12/2024 at 12:30PM

15
#252 - Vlastimil Zíma / @ziima

10/12/2024 at 12:54PM

15
#253 - Jiří Alexandrovič / @Fanteria

10/12/2024 at 02:36PM

15
#254 - theBestPatate / @theBestPatate

10/14/2024 at 11:14PM

15
#255 - Alex Elarbee / @elarbee

10/16/2024 at 01:05AM

15
#256 - guyontristan / @guyontristan

10/20/2024 at 02:09PM

15
#257 - Anton de Regt / @antonderegt

10/21/2024 at 07:12PM

15
#258 - Berel94 / @Berel94

11/10/2024 at 01:46PM

15
#259 - 🥚 / @schmarles_

11/11/2024 at 10:03PM

15
#260 - Haruaki Tomida / @haruyan-hopemucci

12/06/2024 at 08:07AM

15
#261 - Abdelrahman Madkour / @a3madkour

03/29/2025 at 10:41PM

15
#262 - Nalfein (Kenny) / @Nalfein16

05/15/2025 at 05:07PM

15
#263 - jimmymills / @jimmymills

05/16/2025 at 06:00PM

15
#264 - Karan / @KaranVaity

06/29/2025 at 06:13AM

16
#265 - vimgolf_trumpetrespas / @trumpetres63786

07/06/2023 at 04:44PM

16
#266 - Ганц / @mishagantz

07/08/2023 at 03:56AM

16
#267 - あべべ / @abebe123000

07/08/2023 at 05:40AM

16
#268 - b1gz / @_b1gz

07/09/2023 at 01:39AM

16
#269 - Lukas Pichlmann / @PichlmannLukas

08/01/2023 at 06:25PM

16
#270 - ohwell / @KiranClose

08/03/2023 at 05:21PM