#yo i dont understand just started sry for my grammar
24 messages ยท Page 1 of 1 (latest)
Could you please post the code and error in a code block?
local Hamming = {7}
function Hamming.compute()
end
return Hamming
To make code easier for everyone to read (and to make you look like a pro), **please use a codeblock when sharing code.**For example, you can type the following:
```
for number in range(10):
total += number;
```
Discord will render that as so:
for number in range(10):
total += number;
You can even get syntax highlighting by adding the language to the codeblock opening:
```python
for number in range(10):
total += number;
```
Discord will render that as so:
for number in range(10):
total += number;
local Hamming = {}
function Hamming.compute(a,b)
end
return Hamming
pls help @everyone
Hamming takes two strings, a and b
You need to compute how many characters are different between the two
a and b are variables which contains arbitrary strings in them
You may want to find a tutorial that teaches you basic programming concepts first
I have no idea if that has an intro to programming or not. But there are a lot on the Internet that Google can find for you.
๐๐ผ Hello! We are happy to have you here. Exercism is best suited for people who have some experience in programming. If you are completely new to the topic, exercism might be very challenging. There are many great resources online, that can kickstart your journey in computer science. For a wide understanding, you can try the free CS50x course at Harvard: http://cs50.harvard.edu/x/2023/. If you want to focus on web development you can also try The Odin Projects (free and open source: http://theodinproject.com). It is a long-term commitment, that will guide you to master some projects and will prepare you to show off a nice portfolio in the end. Another interesting resource for web development are the MDN web docs: http://developer.mozilla.org/en-US/docs/Learn.
where do i learn lua
No idea. But Google might be worth checking!
here's the Lua devs' page on resources for learning http://lua-users.org/wiki/LearningLua