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 430 remaining solutions by signing in and submitting your own entry
#431 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

431 active golfers, 1468 entries

Leaderboard (lowest score wins):
42
#391 - The Venereal Bede / @TheVenerealBede

03/20/2024 at 09:16PM

47
#392 - Jeffrey Chen / @Jeff_Chenster

09/09/2023 at 08:05PM

47
#393 - jferina / @jferina

03/29/2024 at 01:21AM

48
#394 - Teh Shin Yin / @teh_yin

08/28/2023 at 05:52AM

48
#395 - dennis / @nagolove

05/03/2024 at 11:44AM

49
#396 - Grow Together / @growtechies

08/11/2023 at 01:32AM

50
#397 - Luis Fernando Rodríguez Vargas / @luisfer-cli

06/25/2024 at 09:00PM

52
#398 - Keveno123 / @Keveno123

07/31/2023 at 10:22PM

52
#399 - Volodymyr Brazhnyk / @vovacha

08/15/2024 at 03:24AM

54
#400 - 황현 / @ghkdgus29

09/02/2023 at 04:40AM

58
#401 - Koki / @auk1709

09/15/2024 at 02:04AM

59
#402 - michan@RUNTEQ43期生 / @yuta43RUNTEQ

07/22/2023 at 11:56AM

60
#403 - Rodney Visser / @_Radnus

04/02/2024 at 03:48AM

62
#404 - wuwubean / @wuwubean

04/18/2024 at 06:48PM

64
#405 - James Reeder / @TheRealBreemer

08/20/2023 at 03:42PM

66
#406 - jack2023xxx / @jack2023xxx

08/21/2023 at 07:00AM

66
#407 - Swapnil Sharma / @mradul_swapnil

09/02/2023 at 10:47PM

66
#408 - KudoDD / @KudoDD

06/24/2024 at 06:50AM

69
#409 - Monty / @grdmnt

07/28/2023 at 02:55AM

70
#410 - tch1001 / @tch1001

07/18/2023 at 05:30PM

71
#411 - Jake Shomer / @jake_shomer

03/11/2024 at 03:23PM

73
#412 - Jake Shomer / @ShomerJake

08/07/2023 at 06:54PM

73
#413 - Pancho Cordero / @panchocorderos

11/30/2023 at 06:29PM

74
#414 - Kerry Wang / @kerrywang369

07/21/2023 at 08:58PM

75
#415 - Glen Curtis / @GlenCurtis2023

07/21/2023 at 12:38PM

78
#416 - Zhe Li / @ZheLi99

07/23/2023 at 12:20PM

82
#417 - ibrahim koz / @Ibrahmkoz

08/09/2023 at 04:38PM

83
#418 - Matt Shen / @mattshen

01/22/2024 at 08:39AM

85
#419 - PER / @ChenHua91464801

08/28/2023 at 04:07PM

86
#420 - LatteCafeGirl / @moithena

07/18/2023 at 08:20AM