BullyWiiHacks
Welcome dear guest! Very Happy

To start posting and being part of the BWH community, you simply need to register an account or log into an existing one.

If you do not wish to register at all, that's fine but there will be more advertisements. :/

You can probably see and download most content provided for regular members even without an account.

Your contributions will be greatly appreciated though, give it a shot and register today! thumbsup

Join the forum, it's quick and easy

BullyWiiHacks
Welcome dear guest! Very Happy

To start posting and being part of the BWH community, you simply need to register an account or log into an existing one.

If you do not wish to register at all, that's fine but there will be more advertisements. :/

You can probably see and download most content provided for regular members even without an account.

Your contributions will be greatly appreciated though, give it a shot and register today! thumbsup
BullyWiiHacks
Would you like to react to this message? Create an account in a few clicks or log in to continue.
BullyWiiHacks

Gaming, Modding & Programming

Important reminders:

- Click *HERE* for advanced forum search or check out the text field below on the front page for Google before posting
- NO support via private message (use the forum)
- Write meaningful topic titles
Site Translation
Latest topics
» Dropped Out of College to Pursue Web Dev and Life Pursuits in General
Functional Programming Language Haskell Empty5/16/2024, 8:25 am by Bully@WiiPlaza

» Bully Made It Into a BIG Video 400K Views
Functional Programming Language Haskell Empty4/7/2024, 6:58 am by Bully@WiiPlaza

» Wii Play Tanks
Functional Programming Language Haskell Empty3/24/2024, 2:46 pm by helpmeout

» [Bypass Paywalls] (Global) @magnolia1234 - GitLab
Functional Programming Language Haskell Empty3/18/2024, 3:55 am by Seth@WiiPlaza

» [Download] Mary Shelley's Frankenhole
Functional Programming Language Haskell Empty3/16/2024, 8:29 am by Seth@WiiPlaza

» Completely Custom Modded Controllers (Undetectable)
Functional Programming Language Haskell Empty3/5/2024, 1:55 pm by Shadow@BWH

» (Zombies) Drink perks code?
Functional Programming Language Haskell Empty3/5/2024, 1:24 pm by Shadow@BWH

» Die Rückkehr zu STEAM und WARFACE
Functional Programming Language Haskell Empty3/2/2024, 3:54 am by Seth@WiiPlaza

» First person hand model change?
Functional Programming Language Haskell Empty2/28/2024, 4:53 am by Ad3lamac611

» {RELEASE} Field Raider Firefox v1.72 by Seth@WiiPlaza
Functional Programming Language Haskell Empty2/21/2024, 8:52 am by naxil

Search
 
 

Display results as :
 


Rechercher Advanced Search

May 2024
MonTueWedThuFriSatSun
  12345
6789101112
13141516171819
20212223242526
2728293031  

Calendar Calendar

Country Statistics
Free counters!

You are not connected. Please login or register

Functional Programming Language Haskell

2 posters

Go down  Message [Page 1 of 1]

Bully@WiiPlaza

Bully@WiiPlaza
 
 

So I'm currently forced to learning the programming language Haskell.

Here's an example function:

Code:
length' :: (Num b) => [a] -> b  
length' [] = 0  
length' (_:xs) = 1 + length' xs
Weird huh? exdee!

It's actually quite useful for getting a better coder but I don't really prefer using it. Rolling Eyes


_________________
Functional Programming Language Haskell YBjg74I

SnB@BWH

SnB@BWH
Admin & Writer

I have no idea what that code does. I like the languages that are more easier to understand, like VB.NET. Although, those languages aren't very strong.


_________________
Functional Programming Language Haskell Simple10

Functional Programming Language Haskell LSTjSyDDiscord: SnB_BWH

Click HERE to earn free bitcoin, litecoin, dogecoin, and dash!

Win Free Bitcoins every hour!

Bully@WiiPlaza

Bully@WiiPlaza
 
 

shitnbitch@BWH wrote:I have no idea what that code does.
It tells the length of a list by recursively counting the elements, lol.
shitnbitch@BWH wrote:I like the languages that are more easier to understand, like VB.NET. Although, those languages aren't very strong.
Yeah, it's great for beginners hence the "Basic" in the name. lmao2

An easy language is still kinda useful, don't worry. At my work they make me use Visual Basic for Outlook and Excel. Using Microsoft's development kit for their own software is more user friendly (and works better?) than e.g. Java. Wink


_________________
Functional Programming Language Haskell YBjg74I

Sponsored content



Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum