← Home ← Back to /g/

Thread 105750112

7 posts 2 images /g/
Anonymous No.105750112 [Report] >>105750453 >>105750458 >>105750633 >>105750808
How do I get into functional languages as beginner?
Anonymous No.105750175 [Report]
figure it out
Anonymous No.105750453 [Report] >>105750719
>>105750112 (OP)
With Fizz Buzz
(f => f(f))(
f => m => i => e => i > e ? m : f(f)((
f = '',
i % 3 || (f += 'Fizz'),
i % 5 || (f += 'Buzz'),
m + (f || i) + '\n'
))(i + 1)(e)
)('')(1)(100)
Anonymous No.105750458 [Report]
>>105750112 (OP)
>how do i do anything
you start doing it
you start looking into it
you field this question to something that will actually give you an answer you intend to act on

you will never be an autodidact. literally too stupid.
Anonymous No.105750633 [Report]
>>105750112 (OP)
if you want to have a somewhat lower barrier to entry, you can try converting some algorithms in a programming language you already now to use map, filter and reduce.
Anonymous No.105750719 [Report]
>>105750453
What an abomination
Anonymous No.105750808 [Report]
>>105750112 (OP)
chatgpt
you can ask chatgpt this question