language tag

38 questions


2 answers
108 views
0
Function and Method

There is only one function, so the question doesn't arise like that, but there are many questions about the method, so I'm asking you this question.A method is declared only once, like Function, but i...

1 years ago

2 answers
67 views
0
How can I study php effectively?

I want to treat PHP like a programten thousandI don't know what to look at and studyHow to effectively handle server side scripts such as phpI would appreciate it if you could tell me a site where I c...

1 years ago

2 answers
101 views
0
One website uses a variety of server languages

I'm a college student who makes a website for participation in the photo-polio and contest~Our developers have one design, one front developer, and a full stack (the horse is a full stack, just a frie...

1 years ago

1 answers
78 views
0
the fastest language to run

Is the language with the fastest execution speed PyPy or C?

1 years ago

1 answers
110 views
0
In programming, about referring to yourself in the definition part.

Hello.I understand that many of the programming languages can refer to themselves while defining a function or class.Recursive Function.# Python3sum = 0;def factorial(a, n) if (n==1): return 1 else: ...


1 answers
86 views
0
% question in matlab for statement.

I'm looking at the example of that gunfirePython is fori in range (19) I wrote it like thisMatte wrap is fori = 1:19I have a question. Among Matlab examples for i = 1%:100Or for i = 3%:100Looking at t...

2 years ago

1 answers
95 views
0
Is there a way to make a code editor in Python?

I'm making a programming language because I'm bored.The grammar used in the programming language is different from the grammar on the market, so can you make a code editor?It's okay to simply be a Cod...


1 answers
75 views
0
Python Lexer

I'm making the string Lexer, but I don't know how to make it, and the letters after the last space don't come out, but I'm curious and don't know how to fix it.The goal is to categorize the string in ...

« - 4 -

© 2024 OneMinuteCode. All rights reserved.