Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

int, float, string, and bool must encapsulate bytes #2437

Closed
yegor256 opened this issue Aug 24, 2023 · 11 comments · Fixed by #2583
Closed

int, float, string, and bool must encapsulate bytes #2437

yegor256 opened this issue Aug 24, 2023 · 11 comments · Fixed by #2583
Assignees
Milestone

Comments

@yegor256
Copy link
Member

Let's get rid of Δ attribute in int, float, string, and bool. Only bytes must still have it. The other four objects must encapsulate bytes.

Also, it should be possible to make an instance of int from the code like this:

Q.org.eolang.int
  00-00-00-00-00-00-00-2A

This is similar to this:

int
  42

or just this:

42
@Graur Graur added this to the Important milestone Aug 25, 2023
maxonfjvipon added a commit to maxonfjvipon/eo that referenced this issue Sep 7, 2023
maxonfjvipon added a commit to maxonfjvipon/eo that referenced this issue Sep 7, 2023
maxonfjvipon added a commit to maxonfjvipon/eo that referenced this issue Sep 7, 2023
maxonfjvipon added a commit to maxonfjvipon/eo that referenced this issue Sep 7, 2023
maxonfjvipon added a commit to maxonfjvipon/eo that referenced this issue Sep 7, 2023
maxonfjvipon added a commit to maxonfjvipon/eo that referenced this issue Sep 7, 2023
maxonfjvipon added a commit to maxonfjvipon/eo that referenced this issue Sep 7, 2023
maxonfjvipon added a commit to maxonfjvipon/eo that referenced this issue Sep 8, 2023
maxonfjvipon added a commit to maxonfjvipon/eo that referenced this issue Sep 8, 2023
maxonfjvipon added a commit to maxonfjvipon/eo that referenced this issue Sep 8, 2023
maxonfjvipon added a commit to maxonfjvipon/eo that referenced this issue Nov 13, 2023
maxonfjvipon added a commit to maxonfjvipon/eo that referenced this issue Nov 13, 2023
maxonfjvipon added a commit to maxonfjvipon/eo that referenced this issue Nov 13, 2023
maxonfjvipon added a commit to maxonfjvipon/eo that referenced this issue Nov 13, 2023
maxonfjvipon added a commit to maxonfjvipon/eo that referenced this issue Nov 13, 2023
maxonfjvipon added a commit to maxonfjvipon/eo that referenced this issue Nov 13, 2023
maxonfjvipon added a commit to maxonfjvipon/eo that referenced this issue Nov 13, 2023
maxonfjvipon added a commit to maxonfjvipon/eo that referenced this issue Nov 13, 2023
maxonfjvipon added a commit to maxonfjvipon/eo that referenced this issue Nov 13, 2023
maxonfjvipon added a commit to maxonfjvipon/eo that referenced this issue Nov 13, 2023
maxonfjvipon added a commit to maxonfjvipon/eo that referenced this issue Nov 13, 2023
maxonfjvipon added a commit to maxonfjvipon/eo that referenced this issue Nov 13, 2023
maxonfjvipon added a commit to maxonfjvipon/eo that referenced this issue Nov 13, 2023
maxonfjvipon added a commit to maxonfjvipon/eo that referenced this issue Nov 13, 2023
maxonfjvipon added a commit to maxonfjvipon/eo that referenced this issue Nov 13, 2023
maxonfjvipon added a commit to maxonfjvipon/eo that referenced this issue Nov 13, 2023
maxonfjvipon added a commit to maxonfjvipon/eo that referenced this issue Nov 13, 2023
maxonfjvipon added a commit to maxonfjvipon/eo that referenced this issue Nov 14, 2023
maxonfjvipon added a commit to maxonfjvipon/eo that referenced this issue Nov 14, 2023
maxonfjvipon added a commit to maxonfjvipon/eo that referenced this issue Nov 14, 2023
maxonfjvipon added a commit to maxonfjvipon/eo that referenced this issue Nov 14, 2023
@0pdd
Copy link

0pdd commented Nov 14, 2023

@yegor256 8 puzzles #2584, #2585, #2586, #2587, #2588, #2589, #2590, #2591 are still not solved.

@0pdd
Copy link

0pdd commented Nov 16, 2023

@yegor256 7 puzzles #2584, #2585, #2586, #2588, #2589, #2590, #2591 are still not solved; solved: #2587.

@0pdd
Copy link

0pdd commented Nov 20, 2023

@yegor256 6 puzzles #2584, #2586, #2588, #2589, #2590, #2591 are still not solved; solved: #2585, #2587.

@0pdd
Copy link

0pdd commented Nov 22, 2023

@yegor256 5 puzzles #2584, #2586, #2589, #2590, #2591 are still not solved; solved: #2585, #2587, #2588.

@0pdd
Copy link

0pdd commented Nov 23, 2023

@yegor256 4 puzzles #2584, #2589, #2590, #2591 are still not solved; solved: #2585, #2586, #2587, #2588.

@0pdd
Copy link

0pdd commented Nov 23, 2023

@yegor256 3 puzzles #2584, #2589, #2591 are still not solved; solved: #2585, #2586, #2587, #2588, #2590.

@0pdd
Copy link

0pdd commented Nov 29, 2023

@yegor256 3 puzzles #2584, #2589, #2645 are still not solved; solved: #2585, #2586, #2587, #2588, #2590, #2591.

@0pdd
Copy link

0pdd commented Jan 19, 2024

@yegor256 2 puzzles #2584, #2589 are still not solved; solved: #2585, #2586, #2587, #2588, #2590, #2591, #2645.

@0pdd
Copy link

0pdd commented Jan 26, 2024

@yegor256 3 puzzles #2584, #2589, #2819 are still not solved; solved: #2585, #2586, #2587, #2588, #2590, #2591, #2645.

@0pdd
Copy link

0pdd commented Feb 1, 2024

@yegor256 3 puzzles #2584, #2819, #2837 are still not solved; solved: #2585, #2586, #2587, #2588, #2589, #2590, #2591, #2645.

@0pdd
Copy link

0pdd commented Feb 13, 2024

@yegor256 2 puzzles #2819, #2837 are still not solved; solved: #2584, #2585, #2586, #2587, #2588, #2589, #2590, #2591, #2645.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants