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

232 active golfers, 798 entries

Leaderboard (lowest score wins):
22
#181 - zmf_tim / @zmf_tim

07/06/2023 at 09:06AM

22
#182 - 咸糖🎯 / @GIA917229015

07/07/2023 at 05:49PM

22
#183 - みずの/RUNTEQ43期 / @nozumi_program

07/22/2023 at 01:27PM

22
#184 - Heiss / @Heisstea

08/19/2023 at 04:21PM

23
#185 - ᕦ( ͡° ͜ʖ ͡°)ᕤ / @eduardoarandah

08/10/2023 at 07:21PM

25
#186 - Arne / @arnkaes

07/08/2023 at 12:10AM

26
#187 - مرجان / @IEnfantTerribIe

08/03/2023 at 08:10AM

27
#188 - 捣蛋鬼 / @NeikeShi

07/19/2023 at 05:37PM

27
#189 - Ross Sederburg / @RossSederb75470

08/14/2023 at 05:31PM

27
#190 - Josh Pius / @JoshPius98

09/01/2023 at 03:29AM

27
#191 - Bro / @SpeorgNot

09/20/2023 at 09:36PM

29
#192 - Kaepa69 / @kaepa3

09/13/2023 at 02:19PM

30
#193 - Luca Iachini / @Codici89

08/28/2023 at 10:21AM

30
#194 - Benjamin Daniel Suarez / @benjaminsuarez

11/22/2023 at 11:25PM

31
#195 - Tobias Ho / @ho_tobias11007

08/08/2023 at 03:12PM

32
#196 - 村上企鹅 / @CO2NoTear

08/27/2023 at 02:29PM

34
#197 - Petter Dalen / @PetterDale51975

08/23/2023 at 02:02PM

36
#198 - Cyrus Kirk / @cyrusjkirk

08/11/2023 at 02:22PM

36
#199 - Dirli / @Dirli_V

08/18/2023 at 08:29AM

36
#200 - Mikołaj / @miko_aj4846

09/03/2023 at 03:04PM

36
#201 - GE / @GE5943034860462

09/25/2023 at 05:05PM

37
#202 - dian wu / @Wudian9Wu

07/28/2023 at 04:35AM

38
#203 - erlend / @erlendogerling

07/11/2023 at 12:12PM

38
#204 - techtechtech / @techtechtech12

08/26/2023 at 12:52AM

39
#205 - V / @account_test_k

07/12/2023 at 07:08AM

42
#206 - ATW / @viveremedices

09/11/2023 at 08:30PM

47
#207 - Jeffrey Chen / @Jeff_Chenster

09/09/2023 at 08:05PM

48
#208 - Teh Shin Yin / @teh_yin

08/28/2023 at 05:52AM

49
#209 - Grow Together / @growtechies

08/11/2023 at 01:32AM

52
#210 - Keveno123 / @Keveno123

07/31/2023 at 10:22PM