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

397 active golfers, 1365 entries

Leaderboard (lowest score wins):
17
#271 - Brandon / @Brandon10678836

07/17/2023 at 07:42PM

17
#272 - Hemram / @8Hemram

07/30/2023 at 09:28AM

17
#273 - Tom / @iRNobody1

08/15/2023 at 10:37AM

17
#274 - かぼす / @umesawanokabosu

10/06/2023 at 10:54AM

17
#275 - Seok Hwan Kim / @gworldkim

10/16/2023 at 06:30AM

17
#276 - Vincent Giroux / @20100g

11/12/2023 at 04:44PM

17
#277 - bastien batardier / @supercamarche

11/14/2023 at 08:21PM

17
#278 - armandfavrot / @armandfavrot

11/14/2023 at 08:27PM

17
#279 - SangYeop, Ha / @ssayebee

11/16/2023 at 09:07AM

17
#280 - Ricardau / @Ricardaux

12/01/2023 at 04:15PM

17
#281 - Daniel Niemczyk / @Adentalis

12/10/2023 at 11:53AM

17
#282 - Pavel Víšek / @PavelVek312907

01/10/2024 at 02:06PM

17
#283 - Euro20179 / @Euro20179

01/17/2024 at 05:27PM

17
#284 - Fellow-fiend / @Fellow-fiend

05/20/2024 at 01:06AM

17
#285 - Diwakar Singh Parmar / @parmardiwakar150

08/26/2024 at 06:39PM

18
#286 - Peter Szerzo / @peterszerzo

07/06/2023 at 02:24PM

18
#287 - dakmuk / @yeongha_yang

07/07/2023 at 12:32AM

18
#288 - Dylan Etris / @DylanEtris

07/13/2023 at 06:49PM

18
#289 - Jimmy Shamas / @Typhode

07/16/2023 at 06:48PM

18
#290 - Андрей Куренков (Arey) / @Arey_65536

09/19/2023 at 01:55PM

18
#291 - Rafael G. de Paulo / @rafael-g-depaulo

11/09/2023 at 11:45PM

18
#292 - jyrikimari / @jyrikimari

11/17/2023 at 10:59AM

18
#293 - Kristóf Cserpes / @KriCse

02/25/2024 at 02:21PM

18
#294 - iNaKoll / @iNaKoll

02/27/2024 at 05:10PM

18
#295 - Mutlu Can Gürbüz / @mutlucg

05/26/2024 at 09:56PM

18
#296 - Álvaro Silva / @ricostynha1

07/25/2024 at 08:57PM

19
#297 - しそじろう / @shisoziro

08/06/2023 at 01:57PM

19
#298 - Михаил Зайцев / @mishazayts

09/07/2023 at 08:36AM

19
#299 - 정채훈 / @mrchjung

10/02/2023 at 02:43PM

19
#300 - Hugo O Rivera / @roguh

12/29/2023 at 05:39AM