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):
15
#241 - Willy / @Willy6932612311

09/04/2024 at 10:44PM

15
#242 - rhasarub / @rhasarub

09/11/2024 at 08:47PM

15
#243 - Pablo Acuna / @pacuna

09/13/2024 at 04:06PM

15
#244 - IroncladDev 🔩 / @IroncladDev

09/17/2024 at 09:07PM

15
#245 - dlum20 / @dlum20

09/28/2024 at 09:49AM

15
#246 - Gustav Kristensen / @gustavkrist

10/01/2024 at 05:14PM

15
#247 - Elliot Schemmel / @regulated

10/03/2024 at 09:22PM

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

10/12/2024 at 12:30PM

15
#249 - Vlastimil Zíma / @ziima

10/12/2024 at 12:54PM

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

10/12/2024 at 02:36PM

15
#251 - theBestPatate / @theBestPatate

10/14/2024 at 11:14PM

16
#252 - vimgolf_trumpetrespas / @trumpetres63786

07/06/2023 at 04:44PM

16
#253 - Ганц / @mishagantz

07/08/2023 at 03:56AM

16
#254 - あべべ / @abebe123000

07/08/2023 at 05:40AM

16
#255 - b1gz / @_b1gz

07/09/2023 at 01:39AM

16
#256 - Lukas Pichlmann / @PichlmannLukas

08/01/2023 at 06:25PM

16
#257 - ohwell / @KiranClose

08/03/2023 at 05:21PM

16
#258 - weekendgolfer / @weekendgola

08/17/2023 at 07:40AM

16
#259 - xiang / @xiang56002997

08/27/2023 at 10:45PM

16
#260 - John Xu / @xzzhiao

09/01/2023 at 06:15AM

16
#261 - xiaoao1024 / @xiaoao1024

12/20/2023 at 02:19AM

16
#262 - Aiden Yang / @yangxnn

12/20/2023 at 11:43AM

16
#263 - MikkelDitlevOlsen1 / @MikkelDitlevOlsen1

12/28/2023 at 03:43PM

16
#264 - Stephen / @szhanggg

01/07/2024 at 07:16PM

16
#265 - Adrien Pasquereau / @AdrienPasquereau

03/03/2024 at 09:34PM

16
#266 - Pieter-Jan Lavaerts / @Pumpkin_Pie_Eat

03/08/2024 at 12:44PM

16
#267 - Elvis Byounghoon Lee / @lbspresley

04/18/2024 at 02:42AM

16
#268 - Jin Hao / @hongjinhao

07/31/2024 at 08:18AM

16
#269 - Emil Miler / @realcharmer

08/05/2024 at 10:48AM

17
#270 - Mat / @matpbo

07/07/2023 at 08:26PM